node_http 1.0.1 copy "node_http: ^1.0.1" to clipboard
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 http package to ^0.12.0.

1.0.0-dev.10.0 #

  • Added httpOptions and httpsOptions arguments to NodeClient constructor to allow full customization of Node.js HTTP agents used by the client.
  • Exposed HttpAgentOptions and HttpsAgentOptions from node_interop package.
  • Deprecated NodeClient.keepAlive and NodeClient.keepAliveMsecs getters. 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_http now exports only a subset of classes from http package.
  • Fixed: library-level functions aliased to those from http package which use Dart IOClient.

1.0.0-dev.3.0 #

  • Fixed: decoding set-cookie header 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.
2
likes
30
pub points
59%
popularity

Publisher

unverified uploader

HTTP client powered by Node.js I/O system.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http, node_interop, node_io

More

Packages that depend on node_http