Beispiel #1
0
// UnmarshalMeta unmarshals headers from a response for a JSON RPC service.
func UnmarshalMeta(req *service.Request) {
	req.RequestID = req.HTTPResponse.Header.Get("x-amzn-requestid")
}