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",
];
All HTTP request methods for requests that may have a body.
const RequestBodyMethods: readonly [
"POST",
"PUT",
"PATCH",
"DELETE",
"OPTIONS",
];