Navigation Menu

Skip to content

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