Skip to main content
method Http2ServerRequest.prototype.read
Http2ServerRequest.prototype.read(size?: number):
Buffer
| string
| null
Deprecated

Parameters

optional
size: number

Return Type

Buffer
| string
| null
Back to top