Structs§
- BadPath
- An error returned when a path template can’t be parsed.
- Parsed
Path - A parsed path template.
- Path
Query Parameter - A literal query parameter parsed from the path template.
- Path
Runs - Iterates over a path’s segments in runs.
Enums§
- Path
Fragment - A fragment within a path segment.
- PathRun
- A run of path segments.
- Path
Segment - A slash-delimited path segment.
Functions§
- parse
- Parses a path template, like
/v1/pets/{petId}/toy.