ActionDispatch::Http::URL

module ActionDispatch::Http::URL

Constants

HOST_REGEXP
IP_HOST_REGEXP
PROTOCOL_REGEXP

Public Class Methods

extract_domain(host, tld_length = @@tld_length) Show source
# File actionpack/lib/action_dispatch/http/url.rb, line 15
def extract_domain(host, tld_length = @@t