sync_http 0.3.1 sync_http: ^0.3.1 copied to clipboard
Synchronous HTTP client for Dart.
v0.3.1 #
- Switch to using
package:lints/recommended.yaml
- Update the usage guidance in the readme.
v0.3.0 #
- Stable version for null safety.
v0.3.0-nullsafety.0 #
-
BREAKING
SyncHttpClient
functions now require theurl
parameter to beUri
. Previously, bothUri
andString
were supported. -
The
SyncHttpClientResponse.contentLength
getter will return-1
instead ofnull
if content length not specified. -
Implement
chunkedTransferEncoding
getters.
v0.2.0 #
-
Preparation for HttpHeaders change. Update signature of
add()
andset()
to match new signature ofHttpHeaders
. The parameter is not yet forwarded and will not behave as expected.
v0.1.4 #
- Fixed issue where query parameters were not being sent as part of requests.
v0.1.3 #
- Updated SDK version upper bound to 3.0.0.
v0.1.2 #
- Require Dart 2.