Documentation
¶
Index ¶
- func Handler(rr *Routes, fallback http.Handler) http.Handler
- type Data
- func (d *Data) Cookie(key string) string
- func (d *Data) Form(key string) string
- func (d *Data) Header(key string) string
- func (d *Data) Host() string
- func (d *Data) Method() string
- func (d *Data) Path() string
- func (d *Data) Query(key string) string
- func (d *Data) RawQuery() string
- func (d *Data) RequestURI() string
- func (d *Data) Scheme() string
- func (d *Data) URLParam(key string) string
- type Routes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func (*Data) RequestURI ¶
Click to show internal directories.
Click to hide internal directories.