Percent.Options
import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { Options } = Percent;
The object with the following optional fields.
type Options = {
encodeSet?: Readonly<Array<number>>;
spaceAsPlus?: boolean;
};§Variables
Percent.Options.C0 | The options for the C0 controls percent-encode |
Percent.Options.FORM_URLENCODED | The options for the application/x-www-form-urlencoded percent-encode |
Percent.Options.URI_COMPONENT | The options for the URL component percent-encode |
Percent.Options.URI_FRAGMENT | The options for the URL fragment percent-encode |
Percent.Options.URI_PATH | The options for the URL path percent-encode |
Percent.Options.URI_QUERY | The options for the URL query percent-encode |
Percent.Options.URI_SPECIAL_QUERY | The options for the URL special-query percent-encode |
Percent.Options.URI_USERINFO | The options for the URL userinfo percent-encode |