skolodyazhnyy / symfony-rpc-bundle

Simple JSON and XML RPC Server/Client implementation for Symfony 2
MIT License
25 stars 22 forks source link

Passing id to json-rpc calls #12

Closed rwebler closed 9 years ago

rwebler commented 9 years ago

Hi. I expect this will be useful in case one needs to send an identifier from a Client.

rwebler commented 9 years ago

I also needed to add some options to CurlRequest to be able to get a response from the json-rpc server.