Skip to main content
Module

x/opine/examples/urlencoded/README.md

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
File

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 --allow-read ./examples/urlencoded/index.ts

if have the repo cloned locally OR

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

if you don’t!