Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Identity means default coding; no transformation. Identity flateType = iota // Deflate uses the deflate algorithm inside zlib data format. Deflate // Gzip uses the GNU zip format. Gzip )
View Source
const DefaultQValue = 1.0
The default qvalue to assign to an encoding if no explicit qvalue is set. This is actually kind of ambiguous in RFC 2616, so hopefully it's correct. The examples seem to indicate that it is.
Variables ¶
View Source
var ErrUnHijackable = errors.New("A(n) underlying ResponseWriter doesn't support the http.Hijacker interface")
ErrUnHijackable indicates an unhijackable connection. I.e., (one of) the underlying http.ResponseWriter(s) doesn't support the http.Hijacker interface.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.