Skip to main content

Module tls

Module tls 

Source
Expand description

TLS 配置模块

提供 TLS/HTTPS 支持的工具函数,包括 HTTP/2 ALPN 协商支持。

Modules§

alpn
ALPN 协议标识符

Structs§

TlsConfigBuilder
TLS 配置构建器

Functions§

create_tls_acceptor
创建 TLS 接受器
create_tls_acceptor_with_client_auth
创建支持客户端证书验证的 TLS 接受器
create_tls_acceptor_with_http2
创建支持 HTTP/2 的 TLS 接受器