Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 5, 2024
1 parent ea9989a commit 004dd7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/ref/corelib/uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ The class `uri` represents a Uniform Resource Identifier (URI) reference.
explicit uri(const std::string& str);
Constructs a `uri` by parsing the given string.

uri(const std::string& uri);
Constructs a `uri` by parsing the given string.

uri(jsoncons::string_view scheme,
jsoncons::string_view userinfo,
jsoncons::string_view host,
Expand Down Expand Up @@ -91,8 +88,6 @@ Returns a URI string.
static uri parse(const std::string& str, std::error_code& ec);
Creates a `uri` by parsing the given string.

const std::string& string() const;

static uri parse(const std::string& str, std::error_code& ec);
Creates a `uri` by parsing the given string.

Expand Down

0 comments on commit 004dd7c

Please sign in to comment.