Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 25, 2024
1 parent 7d8d6c8 commit 919540e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doc/ref/corelib/utility/uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ Constructs a `uri` by parsing the given string.
jsoncons::string_view fragment = "")
Constructs a `uri` from the given parts. It is assumed that the parts
are not already %-encoded, encoding is performed during construction.

uri(jsoncons::uri_encoded_part_t,
jsoncons::string_view scheme,
jsoncons::string_view userinfo,
jsoncons::string_view host,
jsoncons::string_view port,
jsoncons::string_view path,
jsoncons::string_view query = "",
jsoncons::string_view fragment = "")
Constructs a `uri` from the given parts. It is assumed that the parts
are already %-encoded.

uri(const uri& other, uri_fragment_part_t, jsoncons::string_view fragment);
Constructs a `uri` from `other`, replacing it's fragment part with `fragment`.
Expand Down

0 comments on commit 919540e

Please sign in to comment.