https.Request interface

An express request with the wire format representation of the request body.

Signature:

export interface Request extends express.Request 

Extends: express.Request

Properties

Property Type Description
rawBody Buffer The wire format representation of the request body.

https.Request.rawBody

The wire format representation of the request body.

Signature:

rawBody: Buffer;