Skip to content

Standard context!

Compare
Choose a tag to compare
@guregu guregu released this 23 Aug 20:54
· 18 commits to master since this release
  • Supports the standard context package.
  • Remains backwards compatible with the x/net/context package.
  • Middleware will change your *http.Request's context and you can use vanilla http.Handler's for read-only middleware.

Somewhat breaking changes in a couple type signatures (LogHandler, ContextHandler, Middleware, Afterware).