Module client
Available on crate feature
net only.Expand description
generic client net logic
Modules§
Structs§
- Boxed
Connector Service - A
ConnectorServicewhich only job is toBoxthe createdServiceby the innerConnectorService. - Connector
Target - Target [
HostWithPort] which if found in extensions is to be used by a connector such as a TCPConnector instead of the requested address, unless a proxy is requested in which case a proxy is to be used instead. - Established
Client Connection - The established connection to a server returned for the http client to be used.
Enums§
- Either
Conn - A type to allow you to use multiple types as a single type.
- Either
Conn3 - A type to allow you to use multiple types as a single type.
- Either
Conn4 - A type to allow you to use multiple types as a single type.
- Either
Conn5 - A type to allow you to use multiple types as a single type.
- Either
Conn6 - A type to allow you to use multiple types as a single type.
- Either
Conn7 - A type to allow you to use multiple types as a single type.
- Either
Conn8 - A type to allow you to use multiple types as a single type.
- Either
Conn9 - A type to allow you to use multiple types as a single type.
- Either
Conn3 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn4 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn5 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn6 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn7 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn8 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn9 Connected - A type to allow you to use multiple types as a single type.
- Either
Conn Connected - A type to allow you to use multiple types as a single type.
Traits§
- Connector
Service - Glue trait that is used as the Connector trait bound for clients establishing a connection on one layer or another.