property Http2ServerResponse.prototype.statusMessage Usage in Deno```typescript import { Http2ServerResponse } from "node:node__http2.d.ts"; ``` Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns an empty string. Type ""