registerCommonInternetSchema - multiple declarations
Function registerCommonInternetSchema
deprecated void registerCommonInternetSchema
(
string schema
);
Function registerCommonInternetSchema
Adds the name of a schema to be treated as double-slash style.
void registerCommonInternetSchema
(
string schema,
ushort port
) nothrow @trusted;
Parameters
Name | Description |
---|---|
schema | Name of the schema |
port | Default port for the schema |
See also
isCommonInternetSchema
, RFC 1738 Section 3.1