Index (R)
»
Supabase
»
Postgrest
»
Types
»
RequestMethod
Module: Supabase::Postgrest::Types::RequestMethod
Defined in:
lib/supabase/postgrest/types.rb
Constant Summary
collapse
GET =
"
GET
"
POST =
"
POST
"
PATCH =
"
PATCH
"
PUT =
"
PUT
"
DELETE =
"
DELETE
"
HEAD =
"
HEAD
"