Skip to content

RawBodyRequest

reference
1 min readUpdated

Kind: Type

Source: packages/common/interfaces/http/raw-body-request.interface.ts

Part of: Common

Definition

ts
T & { rawBody?: Buffer }

Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (4)

  • ExpressControllerintegration/nest-application/raw-body/src/express.controller.ts:4
  • FastifyControllerintegration/nest-application/raw-body/src/fastify.controller.ts:4
  • AppControllerintegration/nest-application/use-body-parser/src/app.controller.ts:4
  • FastifyAdapterpackages/platform-fastify/adapters/fastify-adapter.ts:124

Was this page helpful?

Download as PDF
RawBodyRequest — NestJS head-to-head