Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function handleNativeServer
import { handleNativeServer } from "https://deno.land/x/alosaur@v1.1.0/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