property IncomingMessage.prototype.method Usage in Deno```typescript import { IncomingMessage } from "node:node__http.d.ts"; ``` **Only valid for request obtained from [Server](../.././node__http.d.ts/~/Server).** The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. Type string | undefined