Crate querylizer

Source

Structs§

DeepForm
Serialize a value into an OpenAPI form body.
DeepObject
Serialize a value into an OpenAPI deepObject query parameter.
Form
Serialize a value into an OpenAPI form query parameter.
Simple
Serialize a value into an OpenAPI simple path parameter.

Enums§

QuerylizerError

Traits§

EncodingFn

Functions§

encode_path
Encode a string to allow it to be added to a URL path.
encode_query
Encode a string to allow it to be added to a URL query.
encode_query_allow_reserved
Encode a string to allow it to be added to a URL query, but allowing reserved characters to pass unencoded.
encode_www_form_urlencoded
Encode a string to allow it to be added to an application/x-www-form-urlencoded form.
passthrough
An identity function that does not encode any characters.