/// A PSR-17 compatible HTTP factory interface for Dart. /// /// This library provides interfaces for HTTP message factories following /// the PSR-17 HTTP Factory Interface specification. library http_factory; export 'src/request_factory_interface.dart'; export 'src/stream_factory_interface.dart'; export 'src/uri_factory_interface.dart';