Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.