req

Last updated:

0 purchases

req Image
req Images
Add to Cart

Description:

req

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');
}

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.