Skip to content

Latest commit

 

History

History

urlencoded

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

urlencoded

An example of how to use the urlencoded body-parser middleware in your Opine applications.

How to run this example

Run this example using:

deno run --allow-net ./examples/urlencoded/index.ts

if have the repo cloned locally OR

deno run --allow-net https://raw.githubusercontent.com/asos-craigmorten/opine/main/examples/urlencoded/index.ts

if you don't!