Constant URL_SCHEME

Source
pub const URL_SCHEME: &str = "url.scheme";
Expand description

The URI scheme component identifying the used protocol.

§Notes

§Examples

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