---
title: RequestBodyMethod
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/fetch-router/src/lib/request-methods.ts#L1
---

# RequestBodyMethod

## Signature

```ts
type RequestBodyMethod = "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS";

```