Remix
Remix
remix/routes · VariableView Source

RequestMethods

Summary

All HTTP request methods that are supported by the router.

Signature

const RequestMethods: readonly [
  "GET",
  "HEAD",
  "POST",
  "PUT",
  "PATCH",
  "DELETE",
  "OPTIONS",
];