server_universe_dart_http_client 0.0.6 copy "server_universe_dart_http_client: ^0.0.6" to clipboard
server_universe_dart_http_client: ^0.0.6 copied to clipboard

Serve Universal Library For Help you make server rest api on cross platform support edge functions Supabase, Vercel, Netlify, cloud Flare and more

example/example.dart

import 'package:server_universe_dart_http_client/server_universe_dart_http_client.dart';

void main(List<String> args) async {
  ServerUniverseHttpClient serverUniverseHttpClient =
      ServerUniverseHttpClient();
  final Uri uri = Uri.parse('http://localhost:3001/200');
  final res = await serverUniverseHttpClient.get(uri);
  print(res.statusCode);
  print(res.body);
}
3
likes
70
pub points
23%
popularity

Publisher

unverified uploader

Serve Universal Library For Help you make server rest api on cross platform support edge functions Supabase, Vercel, Netlify, cloud Flare and more

Repository (GitHub)
View/report issues

Topics

#server #socket #api #backend #network

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

http, server_universe_dart

More

Packages that depend on server_universe_dart_http_client