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
☰
IsTls
async_web_server
0.7.2
IsTls
Required Methods
is_tls
Implementors
In crate async_web_server
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
?
Trait
async_web_server
::
IsTls
source
·
[
−
]
pub trait IsTls { // Required method fn
is_tls
(&self) ->
bool
; }
Required Methods
§
source
fn
is_tls
(&self) ->
bool
Implementors
§
source
§
impl
IsTls
for
TcpOrTlsStream
source
§
impl<IO: AsyncRead + AsyncWrite +
Unpin
+
IsTls
>
IsTls
for
HttpOrWs
<IO>
source
§
impl<IO: AsyncRead + AsyncWrite +
Unpin
+
IsTls
>
IsTls
for
HttpRequest
<IO>
source
§
impl<IO: AsyncRead + AsyncWrite +
Unpin
+
IsTls
>
IsTls
for
WsUpgradeRequest
<IO>