Skip to content

BasicHttpRequestData

Interface | Source Code

Whether the network operation is allowed to throw. By default, all network errors are caught and passed to listeners of the onError event of the HTTP client implementation. If this is true, the implementation should still catch errors to invoke the onError event, but afterwards should throw the error back.



options?: Omit<HttpRequestOptions, “method” | “body”>

Section titled “options?: Omit<HttpRequestOptions, “method” | “body”>”