class Addressable::URI

def self.port_mapping

Experimental RBS support (using type sampling data from the type_fusion project).

def self.port_mapping: () -> untyped

This signature was generated using 8 samples from 2 applications.

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