Constant HTTP_SCHEME

Source
pub const HTTP_SCHEME: &str = "http.scheme";
👎Deprecated: Replaced by url.scheme instead.
Expand description

Deprecated, use url.scheme instead.

§Notes

§Examples

  • "http"
  • "https"