skolodyazhnyy / symfony-rpc-bundle

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

Added support for custom curl options in TransportCurl #1

Closed graywolf closed 11 years ago

graywolf commented 11 years ago

Hi, I extended TransportCurl to support custom options for curl.

Handy for http authentication.