Skip to main content
Module

x/oak/types.d.ts>HttpConn

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface HttpConn
implements AsyncIterable<RequestEvent>
import { type HttpConn } from "https://deno.land/x/oak@v10.6.0/types.d.ts";

Properties

readonly
rid: number

Methods

nextRequest(): Promise<RequestEvent | null>
close(): void