# Functions
Use: Filter |DESCRIPTION| Check if IP address from request is in the list of allowed IP addresses |ARGS| r (http.Request), CIDRRange ([]string).
No description provided by the author
No description provided by the author
Use: GetRequestIPAddress |DESCRIPTION| Retrieve the IP address from the request |ARGS| r (http.Request).
Use: GetURI |DESCRIPTION| Retrieve the URI from the request |ARGS| r (http.Request), query (string | base, scheme+base, protocol, path, full).