Supabase Functions only supports POST requests?
At https://supabase.com/docs/guides/functions#organizing-your-edge-functions it says "Supabase Functions only supports POST requests.". Does that mean I cannot send GET, PUT, PATCH, DELETE on Supabase paths? Is there a reason behind this hard limit?