You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct documentation (#992)
It appears as though regular expression quantity support was added by
#245. This updates the documentation to reflect that.
middleware: add Discard method to WrapResponseWriter (#926)
* middleware: add Discard method to WrapResponseWriter
* resolve review comments
* use ioutil.Discard and deprecate the public interface
* move the Discard method back to the public interface
* discard calls to WriteHeader too