Docs.rs
monoio-http-0.3.1
monoio-http 0.3.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
ihciah
rainj-me
har23k
PorscheFanboy
Dependencies
brotli ^3.3
normal
bytes ^1
normal
flate2 ^1
normal
fnv ^1.0.5
normal
futures-core ^0.3
normal
http ^1.0
normal
httparse ^1
normal
indexmap ^1.5.2
normal
local-sync ^0.1
normal
memchr ^2.5
normal
monoio ^0.2.0
normal
monoio-codec ^0.3.0
normal
monoio-compat ^0.2.0
normal
monoio-native-tls ^0.3.0
normal
monoio-rustls ^0.3.0
normal
service-async ^0.2.0
normal
slab ^0.4.2
normal
smallvec ^1
normal
thiserror ^1
normal
tracing ^0.1
normal
env_logger ^0.10
dev
hex ^0.4.3
dev
quickcheck ^1.0.3
dev
rand ^0.8.4
dev
serde ^1
dev
serde_json ^1
dev
tracing ^0.1
dev
tracing-subscriber ^0.3
dev
Versions
44.89%
of the crate is documented
Go to latest version
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
☰
monoio_http
0.3.1
Request
Aliased type
Trait Implementations
FromParts<Parts, P>
IntoParts
In monoio_http::common::request
?
Type Alias
monoio_http
::
common
::
request
::
Request
source
·
[
−
]
pub type Request<P =
Payload
> =
Request
<P>;
Aliased Type
§
struct Request<P =
Payload
> {
/* private fields */
}
Trait Implementations
§
source
§
impl<P>
FromParts
<
Parts
, P> for
Request
<P>
source
§
fn
from_parts
(parts:
RequestHead
, body: P) -> Self
source
§
impl<P>
IntoParts
for
Request
<P>
§
type
Parts
=
Parts
§
type
Body
= P
source
§
fn
into_parts
(self) -> (Self::
Parts
, Self::
Body
)