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
httphelper: add more helpers for Handler w/ context
Add an httphelper.Handler type that is analogous to the http.Handler
type, except that it also takes a context.
Also fix WrapHandler so that it calls ServeHTTP on the HandlerFunc.
Signed-off-by: Blake Gentry <blakesgentry@gmail.com>
0 commit comments