http_client 0.2.1 copy "http_client: ^0.2.1" to clipboard
http_client: ^0.2.1 copied to clipboard

outdatedDart 1 only

A platform-independent HTTP client API. Implemented platforms: `console` and `browser` (both delegating to the `http` package), also support `curl`. Planned platforms: Fetch API, Node.js (with `node_i [...]

Changelog #

0.2.1 #

  • Add curl support.

0.2.0 #

Breaking changes:

  • instead of exporting the http package, http_client provides its own API

    • console and browser clients continue to use the http package
    • preparation to support node_io for apps that want to be packaged as a single binary (e.g. .exe)
    • preparation to support the Fetch API (e.g. in service workers)
  • removed the awkward newHttpClient() methods.

0.1.0 #

  • Exporting classes from the http package (version: ^0.1.13).

0.1.0+1 #

  • Exporting streaming request and response.
15
likes
0
pub points
88%
popularity

Publisher

verified publisheragilord.com

A platform-independent HTTP client API. Implemented platforms: `console` and `browser` (both delegating to the `http` package), also support `curl`. Planned platforms: Fetch API, Node.js (with `node_io` wrapper).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on http_client