Docs.rs
fastcgi-client-0.8.0
fastcgi-client 0.8.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jmjoy
Dependencies
thiserror ^1.0.32
normal
tokio ^1.20.1
normal
tracing ^0.1.36
normal
tokio ^1.20.1
dev
tracing-subscriber ^0.3.15
dev
Versions
28.57%
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
☰
Mode
Required Methods
is_keep_alive
Implementors
In fastcgi_client::conn
?
Trait
fastcgi_client
::
conn
::
Mode
source
·
[
−
]
pub trait Mode { fn
is_keep_alive
() ->
bool
; }
Expand description
Connection mode, indicate is keep alive or not.
Required Methods
source
fn
is_keep_alive
() ->
bool
Implementors
source
impl
Mode
for
KeepAlive
source
impl
Mode
for
ShortConn