Versions in this module Expand all Collapse all v0 v0.4.9 Mar 31, 2015 Changes in this version + type CORSHandler struct + Handler http.Handler + Info *CORSInfo + func (h *CORSHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) + type CORSInfo map[string]bool + func NewCORSInfo(origins []string) (*CORSInfo, error) + func (c CORSInfo) OriginAllowed(origin string) bool + type LowerQueryParamsHandler struct + Handler http.Handler + func NewLowerQueryParamsHandler(hdlr http.Handler) *LowerQueryParamsHandler + func (h *LowerQueryParamsHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)