# Functions
EscapePath escapes part of a URL path in Amazon style.
NewEncoder creates a new encoder from the passed in request.
NewHTTPBindingEncoder creates a new encoder from the passed in request.
NewQueryValue creates a new QueryValue which enables encoding a query value into the given url.Values.
SplitURI parses a Smithy HTTP binding trait URI.
# Structs
An Encoder provides encoding of REST URI path, query, and header components of an HTTP request.
Headers is used to encode header keys using a provided prefix.
HeaderValue is used to encode values to an HTTP header.
QueryValue is used to encode query key values.
URIValue is used to encode named URI parameters.