Writable options.
Sends a DELETE request to the base url. This is equivalent to calling delete with an empty string.
Sends a DELETE request to the given url.
Sends a GET request to the base url. This is equivalent to calling get with an empty string.
Sends a GET request to the given url.
Sends a PATCH request to the base url. This is equivalent to calling patch with an empty string.
Sends a PATCH request to the given url.
Sends a POST request to the base url. This is equivalent to calling post with an empty string.
Sends a POST request to the given url.
Sends a PUT request to the base url. This is equivalent to calling put with an empty string.
Sends a PUT request to the given url.
Object returned by mande