Skip to main content

Module client

Module client 

Source
Expand description

The legacy HTTP Client from 0.14.x

This Client will eventually be deconstructed into more composable parts. For now, to enable people to use hyper 1.0 quicker, this Client exists in much the same way it did in hyper 0.14.

Macrosยง

e ๐Ÿ”’

Structsยง

Builder
A builder to configure a new Client.
Client
A Client to make outgoing HTTP requests.
Config ๐Ÿ”’
Error
Client errors
PoolClient ๐Ÿ”’
ResponseFuture
A Future that will resolve to an HTTP Response.

Enumsยง

ClientConnectError ๐Ÿ”’
ErrorKind ๐Ÿ”’
PoolTx ๐Ÿ”’
TrySendError ๐Ÿ”’

Functionsยง

absolute_form ๐Ÿ”’
authority_form ๐Ÿ”’
domain_as_uri ๐Ÿ”’
extract_domain ๐Ÿ”’
get_non_default_port ๐Ÿ”’
is_schema_secure ๐Ÿ”’
origin_form ๐Ÿ”’
set_scheme ๐Ÿ”’

Type Aliasesยง

BoxSendFuture ๐Ÿ”’
PoolKey ๐Ÿ”’