default constructor
constructor
filters for the request/response
constructor
filters for the request/response
headers for the request
constructor
filters for the request/response
headers for the request
the ignore cache setting. true means we will always get a new value, false means we will respect the servers cache settings.
constructor
filters for the request/response
headers for the request
the ignore cache setting. true means we will always get a new value, false means we will respect the servers cache settings.
the timeout for the request
constructor
filters for the request/response
headers for the request
the ignore cache setting. true means we will always get a new value, false means we will respect the servers cache settings.
the timeout for the request
Collections of filters to use for the request/response
The default headers to use. defaults to Accept: application/json, text/javascript, text/plain
The default ignoreCache parameter for XHR. default is false
The default timeout for requests. default is 5000ms
Creates a new request
the HTTP method to use
the resource uri
Creates a new request
the HTTP method to use
the resource uri
Creates a new request
the HTTP method to use
the resource uri
Performs a get request to a JSON returning source and casts the object
as string
Performs a get request to a JSON returning source and casts the object
as Uri
Performs a get request to a JSON returning source and casts the object
as string or Uri
Performs a post request to a JSON returning source and casts the object
as string
Performs a post request to a JSON returning source and casts the object
as Uri
Performs a post request to a JSON returning source and casts the object
as string or Uri
Generated using TypeDoc
Implementation of IHttpClient for XMLHttpRequest