invertase / dart_edge

Run Dart on the Edge - supporting Vercel & Cloudflare Workers (more coming soon).
https://docs.dartedge.dev
Apache License 2.0
322 stars 23 forks source link

How to send http request? #47

Closed canozal closed 1 year ago

canozal commented 1 year ago

I tried to use this library: https://pub.dev/packages/http but it gives me an error. What else I can use?

henry2man commented 1 year ago

@canozal You need to use https://pub.dev/packages/edge_http_client

You have a working example with Supabase here: https://supabase.com/docs/guides/functions/dart-edge