Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestContextMap ¶
type RequestContextMap struct {
// contains filtered or unexported fields
}
func NewRequestContextMap ¶
func NewRequestContextMap() *RequestContextMap
func (*RequestContextMap) Get ¶
func (c *RequestContextMap) Get(req *http.Request) (interface{}, bool)
func (*RequestContextMap) Remove ¶
func (c *RequestContextMap) Remove(req *http.Request)
func (*RequestContextMap) Set ¶
func (c *RequestContextMap) Set(req *http.Request, obj interface{})
Click to show internal directories.
Click to hide internal directories.