mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
c740f5ade0
Content API requests were all accepted via POST (as detailed in the GraphQL spec) and not amenable to caching. Now, requests are also accepted via GET (as optionally allowed for query requests only), and cached. Also sent the request method to Logflare so we can track the ratio of GET/POST requests.