Docs.rs
tower-server-0.3.0
tower-server 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
audunhalland
Dependencies
anyhow ^1
normal
arc-swap ^1.7
normal
futures-util ^0.3
normal
http ^1
normal
http-body ^1
normal
hyper ^1
normal
hyper-util ^0.1
normal
pin-utils ^0.1
normal
rustls ^0.23
normal
tokio ^1
normal
tokio-rustls ^0.26
normal
tokio-util ^0.7
normal
tower-service ^0.3
normal
tracing ^0.1
normal
url ^2
normal
optional
axum ^0.8
dev
rustls-pki-types ^1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tower_
server
0.3.0
Module tls
Module Items
Structs
Traits
In crate tower_
server
tower_server
Module
tls
Copy item path
Source
Expand description
TLS support.
Structs
§
NoOp
TlsConnection
Middleware
A TLS connection middleware that does nothing.
Traits
§
TlsConfigurer
A TLS configurer that may change during lifetime of a server.
TlsConnection
Middleware
A middleware for Tls connections.