Module

x/alosaur/src/route/get-action-params.ts>getMsActionParams

Alosaur - Deno web framework with many decorators
Go to Latest
function getMsActionParams
import { getMsActionParams } from "https://dotland.deno.dev/x/alosaur@v0.37.0/src/route/get-action-params.ts";

Gets microservice action params Supported only '@Ctx' and '@Body'

Parameters

context: Context<T>
body: any

Returns

Promise<ArgumentValue[]>