Skip to main content
Http2ServerRequest.prototype.method - http2 - Node documentation
property Http2ServerRequest.prototype.method

Usage in Deno

import { Http2ServerRequest } from "node:http2";

The request method as a string. Read-only. Examples: 'GET', 'DELETE'.

Type

string