Documentation ¶ Index ¶ func AllD(strs []string, defaultValue string) (v []string) func First(strs []string) string func FirstD(strs []string, defaultValue string) string type Query func Get(name string) *Query func Path(name string) *Query func (q *Query) Values(r *http.Request) (vals []string) type Source Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AllD ¶ added in v1.0.0 func AllD(strs []string, defaultValue string) (v []string) func First ¶ func First(strs []string) string func FirstD ¶ func FirstD(strs []string, defaultValue string) string Types ¶ type Query ¶ type Query struct { Name string From Source } func Get ¶ func Get(name string) *Query func Path ¶ func Path(name string) *Query func (*Query) Values ¶ func (q *Query) Values(r *http.Request) (vals []string) type Source ¶ type Source string const ( GET Source = "GET" PATH Source = "PATH" ) Source Files ¶ View all Source files query.go Click to show internal directories. Click to hide internal directories.