Remix
Remix
remix/routes · VariableView Source

RequestBodyMethods

Summary

All HTTP request methods for requests that may have a body.

Signature

const RequestBodyMethods: readonly [
  "POST",
  "PUT",
  "PATCH",
  "DELETE",
  "OPTIONS",
];