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.158.0/node/http.ts";

Constructors

new
IncomingMessage(req: Request)

Properties

readonly
aborted
readonly
headers
readonly
httpVersion
method: string
readonly
upgrade: boolean
url: string