Remix
Remix
remix/routes · TypeView Source

RequestBodyMethod

Summary

HTTP request methods whose requests may carry a body. Mirrors the runtime tuple RequestBodyMethods.

Signature

type RequestBodyMethod = "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS";