Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6432,7 +6432,7 @@ It accepts the following values (defaults to `2`):
`?`, 0x00 ~ 0x1F, 0x7F ~ 0xFF will be escaped.
* `2`: escape `str` as a URI component. All characters except
alphabetic characters, digits, `-`, `.`, `_`,
`~` will be encoded as `%XX`.
`~`, `!`, `'`, `(`, `)`, `*` will be encoded as `%XX`.

[Back to TOC](#nginx-api-for-lua)

Expand Down
Loading