module ActionDispatch::Http::URL

def initialize

def initialize
  super
  @protocol = nil
  @port     = nil
end