Module hyper_rustls::builderstates

source ·
Expand description

The various states of the HttpsConnectorBuilder

Structs§

  • State of a builder that needs to have some protocols (HTTP1 or later) enabled next
  • State of a builder with HTTP1 enabled, that may have some other protocols (HTTP2 or later) enabled next
  • State of a builder that needs schemes (https:// and http://) to be configured next
  • State of a builder that needs a TLS client config next