# Functions
DescribeAuth generates a ParameterEncoding per field of the auth struct and returns it as the AuthEncoding.
DescribeRequest groups the provided httpMethods by default WireLoc and returns a RequestEncoding per WireLoc.
DescribeResponse generates a ParameterEncoding per field of the response struct and returns it as the ResponseEncoding.
IgnoreField returns true if the field name is "-" is any of the valid request or response tags.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
APIEncoding expresses how an RPC should be encoded on the wire for both the request and responses.
AuthEncoding expresses how a response should be encoded on the wire.
ParameterEncoding expresses how a parameter should be encoded on the wire.
RequestEncoding expresses how a request should be encoded for an explicit set of HTTPMethods.
ResponseEncoding expresses how a response should be encoded on the wire.
# Type aliases
WireLoc is the location of a parameter in the HTTP request/response.