Module

x/alosaur/src/server/handle-native-request.ts>handleNativeServer

Alosaur - Deno web framework with many decorators
Go to Latest
function handleNativeServer
import { handleNativeServer } from "https://dotland.deno.dev/x/alosaur@v0.35.0/src/server/handle-native-request.ts";

Gets deno native http bindigs lite server without: static config, catch requests

Parameters

listener: Deno.Listener
app: App<TState>
runFullServer: boolean