Docs.rs
async-web-server-0.8.0
async-web-server 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
crates.io
Source
Owners
FlorianUekermann
Dependencies
async-http-codec ^0.8.0
normal
async-io ^1.6.0
normal
async-net ^1.6.1
normal
async-ws ^0.4
normal
futures ^0.3.17
normal
http ^1
normal
log ^0.4.14
normal
rustls-acme ^0.8.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
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.8.0
IsTls
Required Methods
is_tls
Implementors
In crate async_
web_
server
async_web_server
Trait
IsTls
Copy item path
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>