Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Method ¶
type Method struct {
// contains filtered or unexported fields
}
func (*Method) Description ¶
type RequestContext ¶
func NewRequestContext ¶
func NewRequestContext(echo echo.Context) RequestContext
func (*RequestContext) Body ¶
func (rc *RequestContext) Body() (string, error)
func (*RequestContext) Header ¶
func (rc *RequestContext) Header(name string) string
func (*RequestContext) Param ¶
func (rc *RequestContext) Param(name string) string
func (*RequestContext) Query ¶
func (rc *RequestContext) Query(name string) string
Click to show internal directories.
Click to hide internal directories.