Returns this request with the given cookies, preserving the existing ones.
Returns this request with the given cookies, preserving the existing ones.
the cookies to be used
The authentication this request should use
The authentication this request should use
The body of this request
The body of this request
A calculator of the signature for this request
A calculator of the signature for this request
The cookies for this request
The cookies for this request
Perform a DELETE on the request asynchronously.
Perform a DELETE on the request asynchronously.
Execute this request
Execute this request
Executes the given HTTP method.
Executes the given HTTP method.
the HTTP method that will be executed
a future with the response for this request
Whether this request should follow redirects
Whether this request should follow redirects
performs a get
performs a get
Perform a HEAD on the request asynchronously.
Perform a HEAD on the request asynchronously.
The headers for this request
The headers for this request
The method for this request
The method for this request
Perform a OPTIONS on the request asynchronously.
Perform a OPTIONS on the request asynchronously.
Perform a PATCH on the request asynchronously.
Perform a PATCH on the request asynchronously.
the payload wsBody submitted with this request
a future with the response for the PATCH request
Perform a POST on the request asynchronously.
Perform a POST on the request asynchronously.
the payload wsBody submitted with this request
a future with the response for the POST request
The proxy server this request will use
The proxy server this request will use
Perform a PUT on the request asynchronously.
Perform a PUT on the request asynchronously.
the payload wsBody submitted with this request
a future with the response for the PUT request
The query string for this request
The query string for this request
The timeout for the request
The timeout for the request
sets the signature calculator for the request
sets the signature calculator for the request
The URI for this request
The URI for this request
The base URL for this request
The base URL for this request
The virtual host this request will use
The virtual host this request will use
sets the authentication realm
sets the authentication realm
Sets the body for this request
Sets the body for this request
Returns this request with the given cookies, discarding the existing ones.
Returns this request with the given cookies, discarding the existing ones.
Sets whether redirects (301, 302) should be followed automatically
Sets whether redirects (301, 302) should be followed automatically
Returns this request with the given headers, discarding the existing ones.
Returns this request with the given headers, discarding the existing ones.
the headers to be used
Sets the method for this request
Sets the method for this request
Sets the proxy server to use in this request
Sets the proxy server to use in this request
Returns this request with the given query string parameters, discarding the existing ones.
Returns this request with the given query string parameters, discarding the existing ones.
the query string parameters
Adds a filter to the request that can transform the request for subsequent filters.
Adds a filter to the request that can transform the request for subsequent filters.
Sets the maximum time you expect the request to take.
Sets the maximum time you expect the request to take. Use Duration.Inf to set an infinite request timeout. Warning: a stream consumption will be interrupted when this time is reached unless Duration.Inf is set.
Sets the virtual host to use in this request
Sets the virtual host to use in this request
Perform a PATCH on the request asynchronously.
Perform a PATCH on the request asynchronously.
(Since version 2.6.0) Use patch(bodyWritable)
Perform a PATCH on the request asynchronously.
Perform a PATCH on the request asynchronously. Request body won't be chunked
(Since version 2.6.0) Use patch(bodyWritable)
Performs a POST on the request asynchronously.
Performs a POST on the request asynchronously.
(Since version 2.6.0) Use post(BodyWritable)
Perform a POST on the request asynchronously.
Perform a POST on the request asynchronously.
(Since version 2.6.0) Use post(BodyWritable)
Perform a PUT on the request asynchronously.
Perform a PUT on the request asynchronously.
(Since version 2.6.0) Use put(BodyWritable)
Perform a PUT on the request asynchronously.
Perform a PUT on the request asynchronously. Request body won't be chunked
(Since version 2.6.0) Use put(BodyWritable)
Returns this request with the given headers, adding to the existing ones.
Returns this request with the given headers, adding to the existing ones.
(Since version 2.6.0) Use addHttpHeaders or withHttpHeaders
Returns this request with the given query string parameters, adding to the existing ones.
Returns this request with the given query string parameters, adding to the existing ones.
the query string parameters
(Since version 2.6.0) Use addQueryStringParameters or withQueryStringParameters
A WS Request backed by AsyncHTTPClient.