Documentation
¶
Overview ¶
Package httpenc provides a handler to encode a response content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncodingType ¶
type EncodingType string
const ( Gzip EncodingType = "gzip" Deflate EncodingType = "deflate" Brotli EncodingType = "br" )
func (EncodingType) IsValid ¶
func (typ EncodingType) IsValid() bool
Click to show internal directories.
Click to hide internal directories.