[][src]Module ntex::web::types

Extractor types

Structs

Data

Application data.

Form

Form data helper (application/x-www-form-urlencoded)

FormConfig

Form extractor configuration

Json

Json helper

JsonConfig

Json extractor configuration

Path

Extract typed information from the request's path.

Payload

Payload extractor returns request 's payload stream.

PayloadConfig

Payload configuration for request's payload.

Query

Extract typed information from the request's query.