# Functions
ExtractIP default method to return ip from request.
Float64Equal tests if two numbers are equal.
GetIPHeader returns ip header.
No description provided by the author
NewIPExtractor creates new extractor based on type.
NewTransport creates new roundtriper with same MaxIdleConnsPerHost ready to be used for access to only one host.
ParseDateParam parse query param or returns echo error.
ParseURL parse url and checks host is not empty.
StartOfMonth returns the time when month starts.
TakeJSONInput extracts request body to 'input' as json object, checks for correct mime type.
ValidateIPInWhiteList check if IPs is in valid range of white lists.
ValidateIPsCIDR check if IPs are valid comma separated CIDR format.
# Variables
DefaultIPExtractor default implementation.
# Interfaces
IPExtractor extracts IP from request.