Module actix_web::dev

source ·
Expand description

Lower-level types and re-exports.

Most users will not have to interact with the types in this module, but it is useful for those writing extractors, middleware, libraries, or interacting with the service API directly.

Request Extractors

Macros

Structs

Enums

  • Future that resolves to some T when parsed from a JSON payload.
  • A streaming payload.

Traits

Functions

  • Create ServiceFactory for function that can produce services
  • Create ServiceFactory for function that can act as a Service