The Http Client used to make requests
filters to apply to the request/response
Creates a new request but does not execute it
Creates anew request, executes it and then treats the response as JSON and returnt the resulting object
RequestCancelledException when the request is cancelled
ServiceException if the response is cancelled or if there was a status code in the error range
Generated using TypeDoc
The Http Client used to make requests