hyper-rustls 0.24.1

Rustls+hyper integration for pure rust HTTPS
Documentation

hyper-rustls

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 9 of them enabled by default.

default

  • native-tokio
  • http1
  • tls12
  • logging
  • acceptor

native-tokio

  • tokio-runtime
  • rustls-native-certs

http1

  • hyper/http1

tls12

  • tokio-rustls/tls12
  • rustls/tls12

logging

  • log
  • tokio-rustls/logging
  • rustls/logging

acceptor

  • hyper/server
  • tokio-runtime

tokio-runtime

  • hyper/runtime

rustls-native-certs

  • dep:rustls-native-certs

log

  • dep:log

webpki-tokio

  • tokio-runtime
  • webpki-roots

webpki-roots

  • dep:webpki-roots

http2

  • hyper/http2