cpp-urilite icon indicating copy to clipboard operation
cpp-urilite copied to clipboard

Suggested renaming "urlite" or "urllite"

Open vaptu opened this issue 4 years ago • 0 comments

uri and url are two different definitions

  const std::string scheme() const {
    return secure_ ? "https" : "http";
  }

It doesn't fit the definition of “URI”

vaptu avatar Dec 22 '20 09:12 vaptu