node_http 1.0.0-dev.6.0
node_http: ^1.0.0-dev.6.0 copied to clipboard
HTTP client powered by Node.js I/O.
1.0.0-dev.6.0 #
- Upgraded to latest build_node_compilers.
1.0.0-dev.5.0 #
- Fixed deprecation warnings with Dart 2 dev 61 SDK version.
1.0.0-dev.4.0 #
- Breaking:
node_httpnow exports only a subset of classes fromhttppackage. - Fixed: library-level functions aliased to those from
httppackage which use DartIOClient.
1.0.0-dev.3.0 #
- Fixed: decoding
set-cookieheader of HTTP response (#18)
1.0.0-dev.2.0 #
- Fixed: strong mode issue in converting JS response headers into a Dart
Map.
1.0.0-dev.1.0 #
- Split from
package:node_interop/http.dart.