https.Request interface

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

Signature:

exportinterfaceRequestextendsexpress.Request

Extends: express.Request

Properties

PropertyTypeDescription
rawBodyBufferThe wire format representation of the request body.

https.Request.rawBody

The wire format representation of the request body.

Signature:

rawBody:Buffer;