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

RequestParam

import { RequestParam } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Injects the request object from a request

@RequestParam() Target: Method parameter

const RequestParam: () => Function;