Optional
OnAn operation used to modify a request prior to submission OR override the normal request process and return a response.
the original request
a modified request or a response
Optional
OnAn operation to be performed just after a response is resolved from a request, but prior to the response being returned.
Protected
fetchSend a DELETE request to the specified Uri as an asynchronous operation.
Optional
additionalHeaders: Record<string, string>Send a GET request to the specified Uri as an asynchronous operation.
Optional
additionalHeaders: Record<string, string>Send a PATCH request to the specified Uri as an asynchronous operation.
Optional
body: stringOptional
additionalHeaders: Record<string, string>Send a POST request to the specified Uri as an asynchronous operation.
Optional
body: stringOptional
additionalHeaders: Record<string, string>Send a PUT request to the specified Uri as an asynchronous operation.
Optional
body: stringOptional
additionalHeaders: Record<string, string>Optional
body: stringOptional
additionalHeaders: Record<string, string>Private
getOptional
body: stringOptional
additionalHeaders: Record<string, string>Generated using TypeDoc
Gets the headers which should be sent with each request.