Docs.rs
fire-http-0.2.9
fire-http 0.2.9
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
soerenmeier
Dependencies
base64 ^0.13
normal
bytes ^1.0
normal
futures-util ^0.3.5
normal
fire-http-representation ^0.1.6
normal
hyper ^0.14
normal
http ^0.2
normal
fire-log-to-stdout ^0.1
normal
percent-encoding ^2.1
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha-1 ^0.10
normal
tokio ^1.0
normal
tokio-tungstenite ^0.17
normal
hyper ^0.14
dev
tokio ^1.0
dev
Versions
41.41%
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
☰
ParseSocketAddr
Required Methods
parse
Implementations on Foreign Types
&str
(&str, u16)
SocketAddr
Implementors
In fire_http::parse::socket
?
Trait
fire_http
::
parse
::
socket
::
ParseSocketAddr
source
·
[
−
]
pub trait ParseSocketAddr { fn
parse
(self) ->
ParseResult
<
SocketAddr
>; }
Required Methods
source
fn
parse
(self) ->
ParseResult
<
SocketAddr
>
Implementations on Foreign Types
source
impl
ParseSocketAddr
for &
str
source
fn
parse
(self) ->
ParseResult
<
SocketAddr
>
source
impl
ParseSocketAddr
for
(
&
str
,
u16
)
source
fn
parse
(self) ->
ParseResult
<
SocketAddr
>
source
impl
ParseSocketAddr
for
SocketAddr
source
fn
parse
(self) ->
ParseResult
<
SocketAddr
>
Implementors