Expand description
TLS 配置模块
提供 TLS/HTTPS 支持的工具函数,包括 HTTP/2 ALPN 协商支持。
Modules§
- alpn
- ALPN 协议标识符
Structs§
- TlsConfig
Builder - TLS 配置构建器
Functions§
- create_
tls_ acceptor - 创建 TLS 接受器
- create_
tls_ acceptor_ with_ client_ auth - 创建支持客户端证书验证的 TLS 接受器
- create_
tls_ acceptor_ with_ http2 - 创建支持 HTTP/2 的 TLS 接受器