node_http 1.0.0-dev.4.0
node_http: ^1.0.0-dev.4.0 copied to clipboard
HTTP client powered by Node.js I/O.
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.