method Http2ServerRequest.prototype.read Usage in Denoimport { Http2ServerRequest } from "node:http2"; Http2ServerRequest.prototype.read(size?: number): Buffer | string | null Parameters optional size: number Return Type Buffer | string | null