Unadorned handler return type
Unadorned handler return type
Apply handler block when response code is 200 - 204
Apply handler block when response code is 200 - 204
Apply handler block when response code is 200 - 204
Apply handler block when response code is 200 - 204
Reference to the underlying client.
Reference to the underlying client. Override make_client define your own.
Make sure the entity is consumed.
Make sure the entity is consumed.
This reference's underlying value is updated for the current thread when a request specifies credentials.
This reference's underlying value is updated for the current thread when a request specifies credentials. Typically passed to ConfiguredHttpClient.
Execute for given optional parameters, with logging.
Execute for given optional parameters, with logging. Creates local scope for credentials.
Call shutdown if not already shutdown, issue warning
Call shutdown if not already shutdown, issue warning
Defaults to dispatch.
Defaults to dispatch.ConfiguredHttpClient(credentials), override to customize.
Logger for this executor, logs to console.
Logger for this executor, logs to console.
Synchronously access and return plain result value
Synchronously access and return plain result value
Release resources held by the executor.
Release resources held by the executor.
Shutdown connection manager, threads.
Shutdown connection manager, threads.
Apply Response Handler if reponse code returns true from chk.
Apply Response Handler if reponse code returns true from chk.
Execute full request-response handler, response in package.
Execute full request-response handler, response in package.
Use x[T](hand: Handler[T]) instead. Construct a Handler if needed.
Http access point. Standard instances to be used by a single thread.