module Roda::RodaPlugins::IPFromHeader::RequestMethods
def ip
Return the IP address continained in the configured header, if present.
def ip @env[roda_class.opts[:ip_from_header_env_key]] || super end
def ip @env[roda_class.opts[:ip_from_header_env_key]] || super end