Docs.rs
wcgi-0.2.0
wcgi 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Michael-F-Bryan
syrusakbary
github:wasmerio:wasmer-core
Dependencies
http ^1
normal
http-serde ^2
normal
serde ^1
normal
serde_json ^1
normal
url ^2
normal
Versions
17.86%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wcgi
0.2.0
RequestExt
Required Methods
url
Implementors
In crate wcgi
Trait
wcgi
::
RequestExt
Copy item path
source
·
[
−
]
pub trait RequestExt { // Required method fn
url
(&self) ->
Url
; }
Required Methods
§
source
fn
url
(&self) ->
Url
Implementors
§
source
§
impl
RequestExt
for
Request