blob: aab0d715cf2f60d27e7f5ef4b66972c3e2112087 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
csoap is a client/server SOAP library implemented in pure C.
It comes with an embedded HTTP server called nanohttp.
The transfered XML structures are handled by libxml2.
csoap comes with the followin features:
- client/server HTTP engine
- Attachments via MIME
- https (SSL) with OpenSSL
WWW: http://csoap.sourceforge.net/
|