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

Extracts Request path segments into type safe structs

Structs

FromRequestPathError

Represents an error in coverting a segment(s) from a Request path into a type safe value.

NoopPathExtractor

A PathExtractor that does not extract/store any data from the Request path.

Traits

FromRequestPath

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

PathExtractor

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