# Functions
No description provided by the author
No description provided by the author
QueryDefaultInt retrieves an integer param from the gin request querystring defaults to def argument if not found.
QueryBool retrieves a boolean param from the gin request querystring.
No description provided by the author
No description provided by the author
QueryParamInt retrieves an integer param from the gin request querystring.
No description provided by the author
QueryParamString retrieves a string param from the gin request querystring.
No description provided by the author
# Type aliases
stolen from gin gonic H is a shortcut for map[string]any.