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. Since this allows & and # to appear in the
query value, it should only be used when the URL query contains a single parameter.
An identity function that does not encode any characters. This can be passed to
the querylizer serializers if no encoding should be done.