instant_rpc 0.1.5
instant_rpc: ^0.1.5 copied to clipboard
A simple Dart RPC over HTTP.
instant_rpc.dart #
A simple Dart RPC over HTTP.
##Example
// See ./test files
TODO #
- More examples of usage.
CHANGELOG #
-
version: 0.1.5: Add support to URL Encoded POST data.
-
version: 0.1.3: Add support for POST parameters, for long values.
-
version: 0.1.2: Better compatibility with mirrors and remote reflection.
-
version: 0.1.1: GitHub integration.