URI.scheme

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

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

Meta