Docs.rs
dce-hyper-1.0.0
dce-hyper 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
idrunk
Dependencies
async-trait ^0.1.73
normal
dce-macro 1.*
normal
dce-router 1.*
normal
dce-session 1.*
normal
optional
dce-util 1.*
normal
http-body-util ^0.1
normal
hyper ^1.2.0
normal
log ^0.4.20
normal
sailfish ^0.8.3
normal
optional
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
HttpMethodGetter
dce_
hyper
1.0.0
Http
Method
Getter
Required Methods
method
Implementors
In dce_
hyper::
protocol
dce_hyper
::
protocol
Trait
Http
Method
Getter
Copy item path
Source
pub trait HttpMethodGetter { // Required method fn
method
(&self) -> &
Method
; }
Required Methods
§
Source
fn
method
(&self) -> &
Method
Implementors
§
Source
§
impl
HttpMethodGetter
for
HyperHttpProtocol