Module gotham::router::request::query_string [] [src]

Extracts query string parameters into type safe structs

Structs

FromQueryStringError

Represents an error in coverting a key=value pair from a Request query string into a type safe value.

NoopQueryStringExtractor

A QueryStringExtractor that does not extract/store any data.

Traits

FromQueryString

Converts string data received as part of a Request query string to type safe values for usage by Middleware and Handlers.

QueryStringExtractor

Extracts the Request query string into State. On failure is capable of extending Response to indicate why the extraction process failed.