Package: query

import "../ibm-cos-sdk-go-v2/aws/protocol/query"

Type Summary collapse

Function Summary collapse

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

func AddAsGetRequestMiddleware(stack *middleware.Stack) error { return stack.Serialize.Insert(&asGetRequest{}, "OperationSerializer", middleware.After) }