kolo / xmlrpc

Implementation of XMLRPC protocol in Go language.
MIT License
159 stars 94 forks source link

allow passing http.Client to xmlrpc.NewClient #45

Closed marthjod closed 6 years ago

kolo commented 6 years ago

Thank you for the PR, but I decided not to land this PR as it changes the api of the library. The better solution from my point of view is to pull transportation level out of the library but this requires a lot of changes.