Docs.rs
async-web-server-0.7.2
async-web-server 0.7.2
Docs.rs crate page
Apache-2.0
OR
MIT
Links
crates.io
Source
Owners
FlorianUekermann
Dependencies
async-http-codec ^0.7.0
normal
async-io ^1.6.0
normal
async-net ^1.6.1
normal
async-ws ^0.3.2
normal
futures ^0.3.17
normal
http ^0.2.5
normal
log ^0.4.14
normal
rustls-acme ^0.5.0
normal
rustls-pemfile ^1.0.1
normal
anyhow ^1.0.44
dev
clap ^3.1.18
dev
rcgen ^0.9.3
dev
simple_logger ^2.1.0
dev
smol ^1.2.5
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
async_web_server
0.7.2
All Items
Re-exports
Structs
Enums
Traits
Functions
Type Aliases
?
Crate
async_web_server
source
·
[
−
]
Re-exports
pub use
async_http_codec
;
pub use
async_net
;
pub use
async_ws
;
pub use
http
;
pub use
rustls_acme
;
Structs
AcmeIncoming
HttpIncoming
HttpOrWsIncoming
HttpRequest
HttpResponse
RedirectHttps
TcpIncoming
TcpOrTlsIncoming
TlsIncoming
WsAccept
WsUpgradeRequest
Enums
HttpOrWs
TcpOrTlsStream
Traits
IsTls
Functions
parse_pem
Type Aliases
TcpStream
TlsStream
WsConnection
WsConnectionError
WsMessageKind
WsMessageReader
WsMessageWriter
WsSend