toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-remix-run-router
/
remix.run.router
/
FormMethod
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
DELETE
Link copied to clipboard
val
DELETE
:
FormMethod
GET
Link copied to clipboard
val
GET
:
FormMethod
PATCH
Link copied to clipboard
val
PATCH
:
FormMethod
POST
Link copied to clipboard
val
POST
:
FormMethod
PUT
Link copied to clipboard
val
PUT
:
FormMethod