# RawBodyRequest

**Kind:** Type

**Source:** [`packages/common/interfaces/http/raw-body-request.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/common/interfaces/http/raw-body-request.interface.ts#L4)

**Part of:** [Common](subsystem-packages-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)

- `ExpressController` — `integration/nest-application/raw-body/src/express.controller.ts`:4
- `FastifyController` — `integration/nest-application/raw-body/src/fastify.controller.ts`:4
- `AppController` — `integration/nest-application/use-body-parser/src/app.controller.ts`:4
- `FastifyAdapter` — `packages/platform-fastify/adapters/fastify-adapter.ts`:124
