node_http 1.0.1 
node_http: ^1.0.1 copied to clipboard
HTTP client powered by Node.js I/O system.
1.0.1 #
- Fixed: some headers could be missing for certain request types (#77)
 
1.0.0 #
- Upgraded dependency on 
httppackage to^0.12.0. 
1.0.0-dev.10.0 #
- Added 
httpOptionsandhttpsOptionsarguments to NodeClient constructor to allow full customization of Node.js HTTP agents used by the client. - Exposed 
HttpAgentOptionsandHttpsAgentOptionsfrom node_interop package. - Deprecated 
NodeClient.keepAliveandNodeClient.keepAliveMsecsgetters. To be removed in 1.0.0. 
1.0.0-dev.9.0 #
- Upgraded to build_node_compilers 0.2.0
 
1.0.0-dev.8.0 #
- Fixed analysis warnings with latest Pub and Dart SDK.
 
1.0.0-dev.7.0 #
- Added support for followRedirects.
 
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.