Constant URL_SCHEME

pub const URL_SCHEME: &'static str;
Expand description

The URI scheme component identifying the used protocol.

§Notes

§Examples

  • "https"
  • "ftp"
  • "telnet"