Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function formUrlEncode
import { formUrlEncode } from "https://deno.land/x/authlete_deno@v1.2.3/src/web/url_coder.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