method Http2ServerRequest.prototype.read Usage in Deno```typescript import { Http2ServerRequest } from "node:node__http2.d.ts"; ``` Http2ServerRequest.prototype.read(size?: number): Buffer | string | null Parameters optional size: number Return Type Buffer | string | null