Skip to main content
Http2ServerResponse.prototype.req - http2 - Node documentation
property Http2ServerResponse.prototype.req

Usage in Deno

import { Http2ServerResponse } from "node:http2";

A reference to the original HTTP2 request object.

Type

Request