Optional interceptors: FetcherInterceptor[]Private Readonly #abortPrivate #configPrivate Readonly #interceptorBase URL will be prepended to url unless url is absolute.
It can be convenient to set baseURL for an instance of Fetcher to pass
relative URLs to methods of that instance.
Returns the FetcherInterceptorManager instance.
Private #executeSets new interceptor to the current instance.
Makes a DELETE to a target endpoint with the provided body.
Optional opts: FetcherRequestOptsMakes a GET to a target endpoint with the provided query params.
Optional opts: FetcherRequestOptsMakes a PATCH to a target endpoint with the provided body.
Optional opts: FetcherRequestOptsMakes a POST to a target endpoint with the provided body.
Optional opts: FetcherRequestOptsMakes a PUT to a target endpoint with the provided body.
Optional opts: FetcherRequestOptsRemoves the existing interceptor from the current instance.
Performs a http request.
Generated using TypeDoc
Returns the FetcherAbortManager instance.