go-xmlrpc icon indicating copy to clipboard operation
go-xmlrpc copied to clipboard

xmlrpc interface for go

Results 3 go-xmlrpc issues
Sort by recently updated
recently updated
newest added

This would allow to place own http client as well as adds an option to bypass SSL check, in case this library is used on the internal networks with self-signed...

**Issue** Decoding wasn't correct, for example for nested arrays (coming from _system.multicall_) **Changes** - Fixed next method - array and struct parts - using nextStart and nextEnd to watch for...

The README needs rework to mattn, if merged.