Set whether to follow HTTP redirect
Set the host name to be used by the client request.
Set the port to be used by the client request.
Override the HttpClientOptions proxy options for connections.
Set the server address to be used by the client request.
When the server address is null
, the address will be resolved after the host
property by the Vert.x resolver.
Use this when you want to connect to a specific server address without name resolution.
Sets the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler and the request will be closed.
Override the operation the tracer use for this request. When no operation is set, the HTTP method is used instead.
Set the request relative URI.
Set whether SSL/TLS is enabled.
Parse an absolute URI to use, this will update the ssl
, host
,
port
and uri
fields.
Set whether to follow HTTP redirect
Set the host name to be used by the client request.
Set the port to be used by the client request.
Override the HttpClientOptions proxy options for connections.
Set the server address to be used by the client request.
When the server address is null
, the address will be resolved after the host
property by the Vert.x resolver.
Use this when you want to connect to a specific server address without name resolution.
Set whether SSL/TLS is enabled.
Sets the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler and the request will be closed.
Override the operation the tracer use for this request. When no operation is set, the HTTP method is used instead.
Set the request relative URI.
Generated using TypeDoc
Options describing how an HttpClient will connect to make a request.