Skip to content

Commit

Permalink
Mention percent encoding/decoding functions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 25, 2023
1 parent 8e7f64f commit a7d598c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ It implements:
2. [URLSearchParams class](https://url.spec.whatwg.org/#interface-urlsearchparams): `upa::url_search_params`
3. [URL record](https://url.spec.whatwg.org/#concept-url): `upa::url` has functions to examine URL record members: `get_part_view(PartType t)`, `is_empty(PartType t)` and `is_null(PartType t)`
4. [URL equivalence](https://url.spec.whatwg.org/#url-equivalence): `upa::equals` function
5. [Percent decoding and encoding](https://url.spec.whatwg.org/#percent-encoded-bytes) functions: `upa::percent_decode`, `upa::percent_encode` and `upa::encode_url_component`

It has some differences from the standard:
1. Setters of the `upa::url` class are implemented as functions, which return `true` if value is accepted.
Expand Down

0 comments on commit a7d598c

Please sign in to comment.