Documentation ¶
Index ¶
- func Exit() (err error)
- func Setup() (err error)
- type Req
- func (r *Req) Body() io.Reader
- func (r *Req) Fibre() *fibre.Context
- func (r *Req) Head() map[string]string
- func (r *Req) Host() string
- func (r *Req) IP() net.IP
- func (r *Req) Meth() string
- func (r *Req) Pass() string
- func (r *Req) Path() string
- func (r *Req) Query() string
- func (r *Req) User() string
- type Res
- func (r *Res) Body() io.Writer
- func (r *Res) Cbor(code int, data interface{})
- func (r *Res) Code(code int)
- func (r *Res) Head(key, val string)
- func (r *Res) Html(code int, data interface{})
- func (r *Res) Json(code int, data interface{})
- func (r *Res) Pack(code int, data interface{})
- func (r *Res) Text(code int, data interface{})
- func (r *Res) Xml(code int, data interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.