The Request structure is a part of the AWS SDK for Go and is used to represent an API request to an AWS service. It provides methods and fields to set and retrieve various properties of the request, such as the HTTP method, endpoint, headers, and payload. This structure is typically used by client objects to initiate and configure API requests, and then execute them using the underlying HTTP client.
Golang Request - 23 examples found. These are the top rated real world Golang examples of github.com/coreos/mantle/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request.Request extracted from open source projects. You can rate examples to help us improve the quality of examples.