package
0.30.0
Repository: https://github.com/orb-community/orb.git
Documentation: pkg.go.dev

# Functions

ReadBoolQuery reads boolean query parameters in a given http request.
ReadFloatQuery reads the value of float64 http query parameters for a given key.
ReadMetadataQuery reads the value of json http query parameters for a given key.
ReadStringQuery reads the value of string http query parameters for a given key.
ReadTagQuery reads the value of json http query parameters for a given key.
ReadUintQuery reads the value of uint64 http query parameters for a given key.