Module finchers_http::path [] [src]

Components for parsing request path

Structs

MatchPath
Param
Params

Enums

FromSegmentError
MatchPathKind
ParseMatchError

Traits

FromSegment

Trait representing the conversion from "Segment".

FromSegments

Trait representing the conversion from a Segments

Functions

param

Create an endpoint which extracts one segment from the path and converts it to the value of T.

params

Create an endpoint which extracts all remaining segments from the path and converts them to the value of T.

path

Create an endpoint which takes some segments from the path and check if the segments are matched to the certain pattern.