File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ representation to avoid ambiguities over which characters were escaped.
19
19
20
20
## Reserved Characters
21
21
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 ) |
27
30
28
31
## Usage
29
32
You can’t perform that action at this time.
0 commit comments