Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Percent.Options.FORM_URLENCODED

import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { FORM_URLENCODED } = Percent.Options;

The options for the application/x-www-form-urlencoded percent-encode

field value
encodeSet [ 0x20, 0x21, 0x22, 0x23, 0x24, 0x26, 0x27, 0x28, 0x29, 0x2B, 0x2C, 0x2F, 0x3A, 0x3B, 0x3C, 0x3D, 0x3E, 0x3F, 0x40, 0x5B, 0x5C, 0x5D, 0x5E, 0x60, 0x7B, 0x7C, 0x7D, 0x7E ]
spaceAsPlus true
const FORM_URLENCODED: Options;