Skip to content

Commit d57b45d

Browse files
committed
Expand reserved character set
1 parent a20267c commit d57b45d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

protocols/httppath.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ representation to avoid ambiguities over which characters were escaped.
1919

2020
## Reserved Characters
2121

22-
| Character | Reason |
23-
| --------- | ----------------------------- |
24-
| / | Multiaddr component separator |
25-
| % | Percent encoding indicator |
26-
| ? | Marks the end of an HTTP path |
22+
| Character | Reason |
23+
| --------- | ---------------------------------------------------------------------------------------------------- |
24+
| `/` | Multiaddr component separator |
25+
| `%` | Percent encoding indicator |
26+
| `?` | Marks the end of an HTTP path |
27+
| `#` | Reserved gen-delim character by [rfc3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) |
28+
| `[` | Reserved gen-delim character by [rfc3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) |
29+
| `]` | Reserved gen-delim character by [rfc3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) |
2730

2831
## Usage
2932

0 commit comments

Comments
 (0)