Headers adds a matcher for request header values. It accepts a sequence of key/value pairs to be matched. For example: For example: r := mux.Classic() r.Headers("Content-Type", "application/json", "X-Requested-With", "XMLHttpRequest") Invaild example: r := mux.Classic() r.Headers("Content-Typ
(pairs ...string)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected