Documentation
¶
Overview ¶
Package reqdecoder implements a request body decoder/decompressor. This package contains gzip and deflate decompression and supports custom decoders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDecoder ¶
func AddDecoder(contentEncoding string, decoder decoderFunc)
AddDecoder adds new decoder to the list of decoders. contentEncoding should match "Content-Encoding" http header tag. decoder should return nil on error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.