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",
];
All HTTP request methods that are supported by the router.
const RequestMethods: readonly [
"GET",
"HEAD",
"POST",
"PUT",
"PATCH",
"DELETE",
"OPTIONS",
];