http_worker 1.3.0 http_worker: ^1.3.0 copied to clipboard
HTTP worker is a Dart package that provides a simple interface to process HTTP requests. This package is used by the Unwired package.
example/http_worker_example.dart
import 'package:http_worker/http_worker.dart';
void main() {
}