资 源 简 介
_THIS PROJECT IS NO LONGER BEING MAINTAINED._
To make changes, please fork the repo at GitHub and share them with the community: https://github.com/westonruter/json-xml-rpc
XML-RPC and JSON-RPC have enabled Ajax developers to cleanly send and receive data from the server. By providing an API in either RPC protocol, the server and client application logic are kept separate and multiple clients may be written using the same server API. The similarity between XML-RPC and JSON-RPC motivates the development of client and server libraries which abstract-away the differences between the two protocols. The client libraries available here allow requests to be made in either XML-RPC or JSON-RPC to the same service, and the server implementations available provide responses according to the type of RPC request provided. The desired request and response formats are determined by setting the Content-Type and Accept headers respect