Percent.Options.URI_SPECIAL_QUERY
import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { URI_SPECIAL_QUERY } = Percent.Options;
The options for the URL special-query percent-encode
field | value |
---|---|
encodeSet |
[ 0x20, 0x22, 0x23, 0x27, 0x3C, 0x3E ] |
spaceAsPlus |
false |
const URI_SPECIAL_QUERY: Options;