Expand description
Defines where to connect to and how to connect to a remote server
Structs§
- Basic
Peer - A simple TCP or TLS peer without many complicated settings.
- Http
Peer - A peer representing the remote HTTP server to connect to
- Peer
Options - The preferences to connect to a remote server
- Proxy
- The proxy settings to connect to the remote server, CONNECT only for now
- Tracer
- An object-safe version of Tracing object that can use Clone
Enums§
- ALPN
- The protocol for Application-Layer Protocol Negotiation
- Scheme
- Define whether to connect via http or https
Traits§
- Peer
Peerdefines the interface to communicate with thecrate::connectorsregarding where to connect to and how to connect to it.- Tracing
- The interface to trace the connection