Whether to cache the response. Defaults to true
.
The outgoing content type, used to set the Content-Type
header.
The request data.
The return data type (used to parse the return data).
The HTTP method to use. Defaults to 'GET'
.
The password associated with the request. Defaults to ''
.
A mapping of request headers, used via setRequestHeader
.
The number of milliseconds a request can take before automatically being terminated. A value of 0 (which is the default) means there is no timeout.
The user name associated with the request. Defaults to ''
.
Is a Boolean that indicates whether or not cross-site Access-Control
requests should be made using credentials such as cookies or
authorization headers. Defaults to false
.
Generated using TypeDoc
Input settings for an AJAX request.