Docs.rs
actix-web-4.0.0-beta.12
actix-web 4.0.0-beta.12
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
github:actix:core
Dependencies
actix-codec ^0.4.1
normal
actix-http ^3.0.0-beta.13
normal
actix-macros ^0.2.3
normal
actix-router ^0.5.0-beta.2
normal
actix-rt ^2.3
normal
actix-server ^2.0.0-beta.9
normal
actix-service ^2.0.0
normal
actix-tls ^3.0.0-beta.9
normal
actix-utils ^3.0.0
normal
actix-web-codegen ^0.5.0-beta.5
normal
ahash ^0.7
normal
bytes ^1
normal
cfg-if ^1
normal
cookie ^0.15
normal
derive_more ^0.99.5
normal
either ^1.5.3
normal
encoding_rs ^0.8
normal
futures-core ^0.3.7
normal
futures-util ^0.3.7
normal
itoa ^0.4
normal
language-tags ^0.3
normal
log ^0.4
normal
mime ^0.3
normal
once_cell ^1.5
normal
paste ^1
normal
pin-project ^1.0.0
normal
regex ^1.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7
normal
smallvec ^1.6.1
normal
socket2 ^0.4.0
normal
time ^0.3
normal
url ^2.1
normal
Versions
94.34%
of the crate is documented
Go to latest stable release
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
☰
Trait ResourcePath
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Implementors
Other items in
actix_web
::
dev
?
Trait
actix_web
::
dev
::
ResourcePath
[
−
]
[src]
pub trait ResourcePath { fn
path
(&self) -> &
str
; }
Required methods
[src]
fn
path
(&self) -> &
str
Implementations on Foreign Types
[src]
impl
ResourcePath
for ByteString
[src]
pub fn
path
(&self) -> &
str
[src]
impl<'a>
ResourcePath
for &'a
str
[src]
pub fn
path
(&self) -> &
str
[src]
impl
ResourcePath
for
String
[src]
pub fn
path
(&self) -> &
str
Implementors
[src]
impl
ResourcePath
for
Uri
[src]
impl
ResourcePath
for
Url