class Addressable::URI

def self.port_mapping

for better URI normalization.
numbers. Adding new schemes to this hash, as necessary, will allow
Returns a hash of common IP-based schemes and their default port
def self.port_mapping
  PORT_MAPPING
end