# Functions
CodecOption registers a codec for the given content type.
CompressorOption registers a compressor for the given content encoding.
No description provided by the author
FieldMaskFromRequestBody creates a FieldMask printing all complete paths from the JSON body.
No description provided by the author
No description provided by the author
No description provided by the author
HTTPStatusFromCode converts a gRPC error code into the corresponding HTTP response status.
No description provided by the author
No description provided by the author
No description provided by the author
PopulateFieldFromPath sets a value in a nested Protobuf structure.
PopulateQueryParameters parses query parameters into "msg" using current query parser.
No description provided by the author
# Structs
CodecJSON is a Codec implementation with protobuf json format.
CodecProto is a Codec implementation with protobuf binary format.
CompressorGzip implements the Compressor interface.
DefaultQueryParser is a QueryParameterParser which implements the default query parameters parsing behavior.
No description provided by the author
# Interfaces
Codec defines the interface used to encode and decode messages.
Compressor is used to compress and decompress messages.
No description provided by the author
QueryParameterParser defines interface for all query parameter parsers.
StreamCodec is used in streaming RPCs where the message boundaries are determined by the codec.