Skip to main content
Module

std/http/_io.ts>readRequest

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function readRequest
import { readRequest } from "https://deno.land/std@v0.56.0/http/_io.ts";

Parameters

conn: Deno.Conn
bufr: BufReader

Returns

Promise<ServerRequest | null>