schemeToDefaultPort

* A mapping from schemes to their default ports. * This is not exhaustive. Not all schemes use ports. Not all schemes uniquely identify a port to * use even if they use ports. Entries here should be treated as best guesses.

pure @safe
enum ushort[string] schemeToDefaultPort;

Meta