Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSuchKey = errors.New("no entry by the key")
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
Query is a lazy structure for accessing URI parameters. Its laziness is defined by the fact that parameters won't be parsed until requested
func (*Query) Get ¶
Get is responsible for getting a key from query. In case this method is called a first time since rawQuery was set (or not set at all), rawQuery bytearray will be parsed and value returned (or ErrNoSuchKey instead). In case of invalid query bytearray, ErrBadQuery will be returned
Click to show internal directories.
Click to hide internal directories.