Versions in this module Expand all Collapse all v0 v0.0.2 Jun 16, 2019 Changes in this version + func MakeHttpGzipHandler(h http.Handler) http.Handler + type CrossDomainMiddleware struct + func NewCrossDomainMiddleware() *CrossDomainMiddleware + func (cd *CrossDomainMiddleware) Middleware(next http.Handler) http.Handler + type HttpAuthMiddleware struct + func NewHttpAuthMiddleware(user, pwd string) *HttpAuthMiddleware + func (auth *HttpAuthMiddleware) Middleware(next http.Handler) http.Handler + type HttpAuthWarper struct + type HttpGzipWraper struct + func (gw *HttpGzipWraper) ServeHTTP(w http.ResponseWriter, r *http.Request)