Docs.rs
actix-web-lab-0.24.1
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
actix-web-lab 0.24.1
In-progress extractors and middleware for Actix Web
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
body.rs
body_async_write.rs
body_channel.rs
body_limit.rs
bytes.rs
cache_control.rs
catch_panic.rs
cbor.rs
clear_site_data.rs
content_length.rs
csv.rs
display_stream.rs
err_handler.rs
extract.rs
forwarded.rs
guard.rs
header.rs
host.rs
infallible_body_stream.rs
json.rs
lazy_data.rs
lib.rs
load_shed.rs
local_data.rs
middleware.rs
middleware_map_response.rs
middleware_map_response_body.rs
msgpack.rs
ndjson.rs
normalize_path.rs
panic_reporter.rs
path.rs
query.rs
redirect_to_https.rs
redirect_to_non_www.rs
redirect_to_www.rs
request_signature.rs
respond.rs
spa.rs
sse.rs
strict_transport_security.rs
swap_data.rs
test.rs
test_header_macros.rs
test_request_macros.rs
test_response_macros.rs
test_services.rs
url_encoded_form.rs
util.rs
web.rs
x_forwarded_prefix.rs
1
2
3
//!
Experimental route guards.
//!
//!
Analogous to the `guard` module in Actix Web.