Docs.rs
earl-protocol-http-0.5.1
earl-protocol-http 0.5.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
jrandolf
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
earl-core ^0.5.1
normal
reqwest ^0.13.2
normal
rkyv ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
url ^2.5
normal
Versions
46.43%
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
Skip to main content
parse_http_method
earl_
protocol_
http
0.5.1
In earl_
protocol_
http::
builder
earl_protocol_http
::
builder
Function
parse_
http_
method
Copy item path
Source
pub fn parse_http_method(method: &
str
, fallback:
Option
<&
str
>) ->
Result
<
Method
>