Module utils

Source
Expand description

Misc utilities used by library

Structs§

BytesWriter
Wrapper over bytes::BytesMut with convenient io::Write interface

Constants§

FRAGMENT_ENCODE_SET
As defined in https://url.spec.whatwg.org/#fragment-percent-encode-set
HEADER_VALUE_ENCODE_SET
As defined in https://tools.ietf.org/html/rfc5987#section-3.2.1
PATH_ENCODE_SET
As defined in https://url.spec.whatwg.org/#path-percent-encode-set
USER_INFO_ENCODE_SET
As defined in https://url.spec.whatwg.org/#userinfo-percent-encode-set

Functions§

display_to_header
Transforms Display into HeaderValue