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

x/alosaur/src/deps.ts>Server#acceptConnAndIterateHttpRequests

Alosaur - Deno web framework with many decorators
Go to Latest
method Server.prototype.acceptConnAndIterateHttpRequests
import { Server } from "https://deno.land/x/alosaur@v0.30.1/src/deps.ts";

Parameters

mux: MuxAsyncIterator<ServerRequest>

Returns

AsyncIterableIterator<ServerRequest>