Module

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

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
function handleNativeServer
import { handleNativeServer } from "https://dotland.deno.dev/x/alosaur@v1.1.1/src/server/handle-native-request.ts";

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

Parameters

listenOptions: Deno.ListenOptions
app: App<TState>
runFullServer: boolean