Expand description
Proxy module for actix_web::web
.
Structs§
- A cheaply cloneable and sliceable chunk of contiguous memory.
- A unique reference to a contiguous slice of memory.
- Application data wrapper and extractor.
- URL encoded payload extractor and responder.
Form
extractor configuration.- An incoming request.
- An outgoing response.
- JSON extractor and responder.
Json
extractor configuration.- Extract typed data from request path segments.
- Path extractor configuration
- Extract a request’s raw payload stream.
- Configuration for request payloads.
- Extract typed information from the request’s query.
- Query extractor configuration.
- Request-local data extractor.
- Wrapper for
actix_web::Resource
- Wrapper for
actix_web::Route
- Wrapper for
actix_web::Scope
- Wrapper for
actix_web::web::ServiceConfig
.
Functions§
- Executes blocking function on a thread pool, returns future that resolves to result of the function execution.
- Wrapper for
actix_web::web::delete
. - Wrapper for
actix_web::web::get
. - Wrapper for
actix_web::web::head
. - Wrapper for
actix_web::web::method
. - Wrapper for
actix_web::web::options
. - Wrapper for
actix_web::web::patch
. - Wrapper for
actix_web::web::post
. - Wrapper for
actix_web::web::put
. - Wrapper for
actix_web::web::resource
. - Wrapper for
actix_web::web::scope
. - Creates a raw service for a specific path.
- Creates a new any-method route with handler.