Versions in this module Expand all Collapse all v0 v0.20.0 Nov 6, 2022 Changes in this version + 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)