MCPcopy
hub / github.com/axios/axios / clear

Method clear

index.d.ts:619–619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

617 use: V extends AxiosResponse ? AxiosResponseInterceptorUse<V> : AxiosRequestInterceptorUse<V>;
618 eject(id: number): void;
619 clear(): void;
620 handlers?: Array<AxiosInterceptorHandler<V>>;
621}
622

Callers 5

http.jsFile · 0.65
esm-index.tsFile · 0.65
cjs-typing.tsFile · 0.65

Implementers 1

InterceptorManagerlib/core/InterceptorManager.js

Calls

no outgoing calls

Tested by

no test coverage detected