registerCommonInternetSchema

Adds the name of a schema to be treated as double-slash style.

  1. void registerCommonInternetSchema(string schema)
  2. void registerCommonInternetSchema(string schema, ushort port)
    @trusted nothrow
    void
    registerCommonInternetSchema
    (
    string schema
    ,
    ushort port
    )

Parameters

schema string

Name of the schema

port ushort

Default port for the schema

See Also

isCommonInternetSchema, RFC 1738 Section 3.1

Meta