package
2.0.0-preview.5+incompatible
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# 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.
NewEncoder creates a new encoder from the passed in request.
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.

# Constants

RFC822 returns an RFC822 formatted timestamp for AWS protocols.

# 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.

# Structs

An Encoder provides encoding of REST URI path, query, and header components of an HTTP request.