The name of the callback parameter to inject into jsonp requests by default.
Makes an HTTP GET request.
The url to send the get request to.
A promise of the get response data.
Makes an JSONP request.
The url to send the get request to.
A promise of the response data.
Makes an HTTP POST request.
The url to send the post request to.
The data to post. It will be converted to JSON. If the data contains Knockout observables, they will be converted into normal properties before serialization.
A promise of the response data.
Makes an HTTP PUT request.
The url to send the put request to.
The data to put. It will be converted to JSON. If the data contains Knockout observables, they will be converted into normal properties before serialization.
A promise of the response data.
Makes an HTTP DELETE request.
The url to send the delete request to.
A promise of the get response data.
Converts the data to JSON.
The data to convert to JSON.
string
JSON.