Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + type RequestContextMap struct + func NewRequestContextMap() *RequestContextMap + func (c *RequestContextMap) Get(req *http.Request) (interface{}, bool) + func (c *RequestContextMap) Remove(req *http.Request) + func (c *RequestContextMap) Set(req *http.Request, obj interface{})