nbio / httpcontext

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 100.0%