property IncomingMessage.prototype.method
Usage in Deno
import { IncomingMessage } from "node:http";
Only valid for request obtained from Server.
The request method as a string. Read only. Examples: 'GET'
, 'DELETE'
.
string | undefined