Package: query
import "../ibm-cos-sdk-go-v2/aws/protocol/query"
Type Summary collapse
-
Array
struct
Array represents the encoding of Query lists and sets.
-
Encoder
struct
Encoder is a Query encoder that supports construction of Query body values using methods.
-
Map
struct
Map represents the encoding of Query maps.
-
Object
struct
Object represents the encoding of Query structures and unions.
-
Value
struct
Value represents a Query Value type.
Function Summary collapse
-
func AddAsGetRequestMiddleware(stack *middleware.Stack) error
AddAsGetRequestMiddleware adds a middleware to the Serialize stack after the operation serializer that will convert the query request body to a GET operation with the query message in the HTTP request querystring.
Function Details
func AddAsGetRequestMiddleware(stack *middleware.Stack) error
AddAsGetRequestMiddleware adds a middleware to the Serialize stack after the operation serializer that will convert the query request body to a GET operation with the query message in the HTTP request querystring.
14 15 16 |
// File 'aws/protocol/query/middleware.go', line 14
|