Documentation ¶
Index ¶
- type Event
- type HttpEvent
- func (e HttpEvent) Body() HttpEventBody
- func (e HttpEvent) Headers() HttpEventHeaders
- func (e HttpEvent) Host() (string, error)
- func (e HttpEvent) Method() (string, error)
- func (e HttpEvent) Path() (string, error)
- func (e HttpEvent) Query() HttpQueries
- func (e HttpEvent) Return(code int) error
- func (e HttpEvent) UserAgent() (string, error)
- func (e HttpEvent) Write(data []byte) (int, error)
- type HttpEventBody
- type HttpEventHeaders
- type HttpQueries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event uint32
type HttpEvent ¶
type HttpEvent uint32
func (HttpEvent) Body ¶
func (e HttpEvent) Body() HttpEventBody
func (HttpEvent) Headers ¶
func (e HttpEvent) Headers() HttpEventHeaders
func (HttpEvent) Query ¶
func (e HttpEvent) Query() HttpQueries
type HttpEventBody ¶
type HttpEventBody uint32
func (HttpEventBody) Close ¶
func (b HttpEventBody) Close() error
type HttpEventHeaders ¶
type HttpEventHeaders uint32
func (HttpEventHeaders) List ¶
func (e HttpEventHeaders) List() ([]string, error)
func (HttpEventHeaders) Set ¶
func (e HttpEventHeaders) Set(key, value string) error
type HttpQueries ¶
type HttpQueries uint32
func (HttpQueries) List ¶
func (e HttpQueries) List() ([]string, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.