json_rpc_2 0.1.0 copy "json_rpc_2: ^0.1.0" to clipboard
json_rpc_2: ^0.1.0 copied to clipboard

outdatedDart 1 only

An implementation of the JSON-RPC 2.0 spec.

0.1.0 #

  • Remove Server.handleRequest() and Server.parseRequest(). Instead, new Server() takes a Stream and a StreamSink and uses those behind-the-scenes for its communication.

  • Add Server.listen(), which causes the server to begin listening to the underlying request stream.

  • Add Server.close(), which closes the underlying request stream and response sink.

0.0.2+3 #

  • Widen the version constraint for stack_trace.

0.0.2+2 #

  • Fix error response to include data from RpcException when not a map.
82
likes
15
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

An implementation of the JSON-RPC 2.0 spec.

Homepage

Documentation

Documentation

License

BSD-3-Clause (LICENSE)

Dependencies

stack_trace

More

Packages that depend on json_rpc_2