We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fb040 commit 1c195fbCopy full SHA for 1c195fb
pkgs/http/CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## 1.4.1
+## 1.5.0
2
3
+* Added support for abortion of requests
4
* Clarify that some header names may not be sent/received.
5
6
## 1.4.0
pkgs/http/pubspec.yaml
@@ -1,5 +1,5 @@
name: http
-version: 1.4.1-wip
+version: 1.5.0-wip
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
@@ -15,7 +15,7 @@ dependencies:
15
async: ^2.5.0
16
http_parser: ^4.0.0
17
meta: ^1.3.0
18
- web: '>=0.5.0 <2.0.0'
+ web: ">=0.5.0 <2.0.0"
19
20
dev_dependencies:
21
dart_flutter_team_lints: ^3.0.0
0 commit comments