Method: Addressable::URI.port_mapping
- Defined in:
- lib/addressable/uri.rb
.port_mapping ⇒ Object
Returns a hash of common IP-based schemes and their default port numbers. Adding new schemes to this hash, as necessary, will allow for better URI normalization.
1376 1377 1378 |
# File 'lib/addressable/uri.rb', line 1376 def self.port_mapping PORT_MAPPING end |