| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is to make sure that the returned value is not ignored with "_".
While at it, remove unused global constant `boolTrue`.
|
|
Previously, uint8 and uint16 will be converted as Double, but those
types are in range of four bytes so it can still be handled by int32.
|
|
This changes,
* method to parse XML-RPC request,
* change the Member field Value type to pointer to Value,
* change the Request field Params type to slice of pointer of Value,
* change the Response field Param type to pointer to Value,
* rename the Value fields from Members to StructMembers and Values to
ArrayValues
|
|
|
|
This package provide a client library for talking with XML-RPC server.
|