package rest
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest"
Package rest provides RESTful serialisation of AWS requests and responses.
Index ¶
- Constants
- func Build(r *aws.Request)
- func EscapePath(path string, encodeSep bool) string
- func PayloadMember(i interface{}) interface{}
- func PayloadType(i interface{}) string
- func Unmarshal(r *aws.Request)
Constants ¶
const RFC822 = "Mon, 2 Jan 2006 15:04:05 GMT"
RFC822 returns an RFC822 formatted timestamp for AWS protocols
Functions ¶
func Build ¶
Build builds the REST component of a service request.
func EscapePath ¶
EscapePath escapes part of a URL path in Amazon style
func PayloadMember ¶
func PayloadMember(i interface{}) interface{}
PayloadMember returns the payload field member of i if there is one, or nil.
func PayloadType ¶
func PayloadType(i interface{}) string
PayloadType returns the type of a payload field member of i if there is one, or "".
func Unmarshal ¶
Unmarshal unmarshals the REST component of a response in a REST service.
Source Files ¶
build.go payload.go unmarshal.go
- Version
- v0.19.1
- Published
- Jun 19, 2015
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 49 minutes ago –
Tools for package owners.