URI.protocol

Protocol/Scheme (https:// -> https)

  1. string protocol;
    struct URI
    string protocol;
  2. alias scheme = protocol

Meta