Private
Readonly
configPrivate
jarPrivate
sessionThe 'DELETE' method performs a DELETE request to the provided URL with the provided options.
The URL to perform the DELETE request to.
The options for the DELETE request.
The response from the 'execute' method.
Protected
executePrivate
freeThe 'GET' method performs a GET request to the provided URL with the provided options.
The URL to perform the GET request to.
The options for the GET request.
The response from the 'execute' method.
Private
getThe 'HEAD' method performs a HEAD request to the provided URL with the provided options.
The URL to perform the HEAD request to.
The options for the HEAD request.
The response from the 'execute' method.
The 'OPTIONS' method performs an OPTIONS request to the provided URL with the provided options.
The URL to perform the OPTIONS request to.
The options for the OPTIONS request.
The response from the 'execute' method.
The 'PATCH' method performs a PATCH request to the provided URL with the provided options.
The URL to perform the PATCH request to.
The options for the PATCH request.
The response from the 'execute' method.
The 'POST' method performs a POST request to the provided URL with the provided options.
The URL to perform the POST request to.
The options for the POST request.
The response from the 'execute' method.
The 'PUT' method performs a PUT request to the provided URL with the provided options.
The URL to perform the PUT request to.
The options for the PUT request.
The response from the 'execute' method.
The 'close' method closes the current session.