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

x/alosaur/mod.ts>NativeRequest

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
type alias NativeRequest
Re-export
import { type NativeRequest } from "https://deno.land/x/alosaur@v0.38.0/mod.ts";
definition: { request: Request; respondWith: AsyncFunction; }