rakuda 0.2.0 rakuda: ^0.2.0 copied to clipboard
Quick and dirty HTTP API client factory for Dart.
0.2.0 #
RequestContext
andbuildResponseFromArgs
are exposed. More detailed handling of HTTP can be implemented with them.
Breaking Changes:
createSimpleHTTPClient
is removed. UsebuildResponseFromArgs
andRequestContext
instead.
0.1.1 #
- Add support for Linux.
0.1.0 #
- Initial version.
- Windows/macOS are supported.