XML-RPC C++ 库:Libiqxmlrpc

jopen 12年前

Libiqxmlrpc 是 XML-RPC标准 的C++实现。实现了客户端和服务器端的 XML-RPC,支持 HTTP 和 HTTPS ,服务器端支持单线程和多线程模式。

XML-RPC 支持情况:

  • XML-RPC 标准支持
  • Nil 值支持
  • Limited introspection 支持(system.listMethods method)
  • FCI conformance
  • Method interceptors
  • 自定义方法分发

其它特性

  • 非阻塞套接字的HTTP和HTTPS服务器。
  • 非阻塞套接字的HTTP和HTTPS客户端。
  • HTTP Authentication
  • HTTP Proxy 支持
  • 多线程和单线程的服务器选项
  • 支持透明的字符集转换
  • 支持HTTP 持久连接
  • Security 安全设置: 最大查询大小,自定义IP防火墙

项目主页:http://www.open-open.com/lib/view/home/1347782926521