Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContextPool = sync.Pool{ New: func() interface{} { return &Ctx{ Request: Request{ Body: make([]byte, 0), Headers: http.Header{}, }, Response: Response{ Body: make([]byte, 0), StatusCode: 200, ContentType: "application/json; charset=utf-8", }, Values: make(map[string]interface{}, 10), } }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.