Versions in this module Expand all Collapse all v0 v0.0.1 Dec 29, 2016 Changes in this version + func NewContextAdapter(ctx context.Context, middleware ...Middleware) *contextAdapter + type ContextHandler interface + ServeHTTPContext func(context.Context, http.ResponseWriter, *http.Request) + type ContextHandlerFunc func(context.Context, http.ResponseWriter, *http.Request) + func (h ContextHandlerFunc) ServeHTTPContext(ctx context.Context, rw http.ResponseWriter, req *http.Request) + type Key int + type Middleware func(next ContextHandler) ContextHandler