Skip to content

remix/router · Type

View Source

RequestMethod

Summary

All HTTP request methods supported by the router.

Signature

type RequestMethod = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS'