Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/src/microservice/mod.ts>TcpServer#handleConn

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
method TcpServer.prototype.handleConn
Re-export
import { TcpServer } from "https://deno.land/x/alosaur@v1.1.1/src/microservice/mod.ts";

Parameters

conn: Deno.Conn
handler: Function