Crate querylizer
source · [−]Structs
Serialize a value into an OpenAPI deepObject query parameter.
Serialize a value into an OpenAPI form query parameter.
Serialize a value into an OpenAPI simple path parameter.
Enums
Traits
Functions
Encode a string to allow it to be added to a URL path.
Encode a string to allow it to be added to a URL query.
Encode a string to allow it to be added to a URL query, but allowing reserved characters to pass unencoded.
Encode a string to allow it to be added to an application/x-www-form-urlencoded form.
An identity function that does not encode any characters.