Skip to content

rmw-dart/req

Repository files navigation

req

http get or post with timeout ( default 60 seconds )

use

import 'package:req/init.dart';

void main() async {
  final r = await req.get('https://www.qq.com/robots.txt');

  print(r.statusCode);
  print(await r.text());
  print('done');
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published