Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResponse ¶
func NewResponse() *response
Types ¶
type ChannelContext ¶
type Context ¶
type Context interface { GetString(name string) (string, bool) ShouldGetString(name string) (string, errors.Error) Param(key string) string GetQuery(string) (string, bool) SetCookie(cookie *http.Cookie) DeleteCookie(name string) BindJSON(data interface{}) errors.Error Cookie(string) (string, error) Next() Abort() Set(name string, value interface{}) }
Click to show internal directories.
Click to hide internal directories.