Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/src/decorator/QueryParams.ts>QueryParams

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
function QueryParams
import { QueryParams } from "https://deno.land/x/alosaur@v1.1.1/src/decorator/QueryParams.ts";

Injects a request's query parameter object to the controller action parameter. Must be applied on a controller action parameter.

Returns

Function