property Http2ServerRequest.prototype.method Usage in Deno```typescript import { Http2ServerRequest } from "node:node__http2.d.ts"; ``` The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. Type string