# Functions
Build builds the REST component of a service request.
BuildAsGET builds the REST component of a service request with the ability to hoist data from the body.
EscapePath escapes part of a URL path in Amazon style.
PayloadMember returns the payload field member of i if there is one, or nil.
PayloadType returns the type of a payload field member of i if there is one, or "".
Unmarshal unmarshals the REST component of a response in a REST service.
UnmarshalMeta unmarshals the REST metadata of a response in a REST service.
UnmarshalResponse attempts to unmarshal the REST response headers to the data type passed in.
# Variables
BuildHandler is a named request handler for building rest protocol requests.
UnmarshalHandler is a named request handler for unmarshaling rest protocol requests.
UnmarshalMetaHandler is a named request handler for unmarshaling rest protocol request metadata.