edge_http_client

Creator: coderz1093

Last updated:

0 purchases

edge_http_client Image
edge_http_client Images

Languages

Categories

Add to Cart

Description:

edge http client

Dart Edge Http Client #
This package provides a Dart package for using the http package in Edge environments.
Usage #
A simple usage example:
import 'package:edge_http_client/edge_http_client.dart';
import 'package:http/http.dart' as http;

void main() {
runWithClient(myFunction, () => EdgeHttpClient());
}

Future<void> myFunction() async {
final response = await http.get(Uri.https('www.example.com', ''));
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.