# parseBody

**Kind:** Function

**Source:** [`src/utils/body.ts`](https://github.com/honojs/hono/blob/main/src/utils/body.ts#L97)

**Part of:** [Utils](subsystem-src-utils)

## Signature

```ts
async function parseBody(request: HonoRequest | Request, options)
```

## Parameters

| Name | Type |
|---|---|
| `request` | `HonoRequest | Request` |
| `options` | `any` |

## Used by

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

### Imported by (2)

- `methodFormName` — `src/middleware/method-override/index.ts`:79
- `HonoRequest` — `src/request.ts`:34
