remix/routes · Type
RequestBodyMethod
remix/routes · Type
View Source
RequestBodyMethod
Signature
type
RequestBodyMethod
=
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"OPTIONS"
;