Standard context!
- 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).