Versions in this module Expand all Collapse all v1 v1.0.0 Mar 8, 2020 Changes in this version + func ClearEncoding(r *http.Request) + func HandleEncoding(r *http.Request, h Handler) bool + func InvalidEncoding(w http.ResponseWriter) + type Encoding string + type Handler interface + Handle func(encoding Encoding) bool + type HandlerFunc func(Encoding) bool + func (h HandlerFunc) Handle(e Encoding) bool