Docs.rs
actix-net-0.2.6
actix-net 0.2.6
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
github:actix:core
Dependencies
actix ^0.7.6
normal
bytes ^0.4
normal
futures ^0.1
normal
log ^0.4
normal
mio ^0.6.13
normal
native-tls ^0.2
normal
net2 ^0.2
normal
num_cpus ^1.0
normal
openssl ^0.10
normal
rustls ^0.14
normal
slab ^0.4
normal
tokio ^0.1
normal
tokio-codec ^0.1
normal
tokio-current-thread ^0.1
normal
tokio-io ^0.1
normal
tokio-openssl ^0.2
normal
tokio-reactor ^0.1
normal
tokio-rustls ^0.8
normal
tokio-tcp ^0.1
normal
tokio-timer ^0.2
normal
tower-service ^0.1
normal
trust-dns-resolver ^0.10.2
normal
webpki ^0.18
normal
webpki-roots ^0.15
normal
env_logger ^0.5
dev
Versions
51.47%
of the crate is documented
Platform
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
☰
RequestHost
Required Methods
host
Implementations on Foreign Types
String
Implementors
In actix_net::resolver
?
Trait
actix_net
::
resolver
::
RequestHost
source
·
[
−
]
pub trait RequestHost { fn
host
(&self) -> &
str
; }
Expand description
Host name of the request
Required Methods
§
source
fn
host
(&self) -> &
str
Implementations on Foreign Types
§
source
§
impl
RequestHost
for
String
source
§
fn
host
(&self) -> &
str
Implementors
§
source
§
impl
RequestHost
for
Connect