Module ntex::web::types

source ·
Expand description

Extractor types

Structs§

  • Form data helper (application/x-www-form-urlencoded)
  • Form extractor configuration
  • Json helper
  • Json extractor configuration
  • Extract typed information from the request’s path.
  • Payload extractor returns request ’s payload stream.
  • Payload configuration for request’s payload.
  • Extract typed information from the request’s query.
  • Application state.