Skip to content

Flexible per-request contexts for vanilla Go http.Handlers.

License

Notifications You must be signed in to change notification settings

nbio/httpcontext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flexible per-request contexts for vanilla Go http.Handlers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages