Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/authlete_deno/mod.ts>formUrlEncode

Authlete Library for Deno
Go to Latest
function formUrlEncode
Re-export
import { formUrlEncode } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Convert the given object to a string formatted in 'application/x-www-form-urlencoded'

Parameters

parameters: { [key: string]: string; }

An object representing form parameters on an HTTP POST request.

Returns

string