Skip to main content
Module

std/node/http.ts>IncomingMessage

Deno standard library
Go to Latest
class IncomingMessage
extends NodeReadable
import { IncomingMessage } from "https://deno.land/std@0.119.0/node/http.ts";

Constructors

new
IncomingMessage(req: Request)

Properties

private
req: Request
readonly
aborted
readonly
headers
readonly
httpVersion
readonly
method
url: string