Documentation ¶
Index ¶
- func ReadBoolQuery(r *http.Request, key string, def bool) (bool, error)
- func ReadFloatQuery(r *http.Request, key string, def float64) (float64, error)
- func ReadMetadataQuery(r *http.Request, key string, def map[string]interface{}) (map[string]interface{}, error)
- func ReadStringQuery(r *http.Request, key string, def string) (string, error)
- func ReadTagQuery(r *http.Request, key string, def map[string]string) (map[string]string, error)
- func ReadUintQuery(r *http.Request, key string, def uint64) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadBoolQuery ¶
ReadBoolQuery reads boolean query parameters in a given http request
func ReadFloatQuery ¶
ReadFloatQuery reads the value of float64 http query parameters for a given key
func ReadMetadataQuery ¶
func ReadMetadataQuery(r *http.Request, key string, def map[string]interface{}) (map[string]interface{}, error)
ReadMetadataQuery reads the value of json http query parameters for a given key
func ReadStringQuery ¶
ReadStringQuery reads the value of string http query parameters for a given key
func ReadTagQuery ¶
ReadTagQuery reads the value of json http query parameters for a given key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.