Module finchers_http::query [] [src]

Components for parsing the query string and urlencoded payload.

Structs

Form

A wrapper struct which contains a parsed content from the urlencoded string.

Query
QueryItems

An iterator over the elements of query items.

Serde

A wrapper struct to add the implementation of FromQuery to Deserializeable types.

Enums

QueryError

All of error kinds when receiving/parsing the urlencoded data.

Traits

FromQuery

Trait representing the transformation from a set of HTTP query.

Functions

from_csv

Deserialize a comma-separated string to a sequence of T.

query

Create an endpoint which parse the query string in the HTTP request to the value of T.