# Functions
EncodeResult writes the result code to the output writer.
NewBufLimitReader returns a new Reader whose buffer has the specified size.
StreamChunk takes the (decompressed) response message from the msg io.WriterTo, and writes it as a chunk with given result code to the output writer.
StreamHeaderAndPayload reads a payload and streams (and optionally compresses) it to the writer.
# Constants
No description provided by the author
256 bytes max error size.
No description provided by the author
No description provided by the author
# Structs
Reader implements buffering for an io.Reader object.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
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
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
ReadContextFn reads <context-bytes> from the response stream, and determines the max chunk size for decoding.
No description provided by the author
RequestPayloadHandler processes a request (decompressed if previously compressed), read from r.
ResponseChunkHandler is a function that processes a response chunk.
No description provided by the author
ResponseHandler processes a response by internally processing chunks, any error is propagated up.
No description provided by the author
No description provided by the author
No description provided by the author