Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 396 Bytes

package httpcontext

go get github.com/nbio/httpcontext

Flexible per-request contexts for vanilla Go http.Handlers. Inspired by, and largely mirrors the interface of gorilla/context. It stores the request context directly in the http.Request by mutating the request.Body, avoiding the use of a global mutex and per-request teardown.

© 2014 nb.io, LLC