版本发布 8
* Fixed a bug in `IOClient` where the `HttpClient`'s response stream was cancelled after the response stream was completed. * Added support for aborting requests before they complete. * Clarify that some header names may not be sent/received.
- Support `package:web_socket` 1.0.0.
- Require Dart SDK `3.7.0`. - Add support for providing custom message when terminating a connection.
- Move to `dart-lang/http` monorepo.
* Fixed unintended HTML tags in doc comments. * Switched `BrowserClient` to use Fetch API instead of `XMLHttpRequest`.
* Fixed a bug where parsing quoted header values could require a regex to backtrack * Fixed a bug where quoted header values containing escaped quotes would not be correctly parsed.
* Require Dart 3.2 * Move to `dart-lang/http` monorepo.
- Require Dart 3.2 - Add topics to `pubspec.yaml` - Move to `dart-lang/http` monorepo.