2001-05-28 16:54:40 +02:00
|
|
|
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
|
|
|
|
|
2004-11-07 23:24:32 +01:00
|
|
|
It provides a queued asynchronous callback-based mechanism for sending and
|
|
|
|
servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
|
|
|
|
compilers which generates client stubs and server skeletons for easily
|
|
|
|
calling and implementing SOAP methods. It uses GLib and is designed to work
|
|
|
|
well with GTK applications.
|
2001-05-28 16:54:40 +02:00
|
|
|
|
|
|
|
Features:
|
|
|
|
* Completely Asynchronous
|
|
|
|
* Connection cache
|
|
|
|
* HTTP chunked transfer and persistent connections
|
2004-11-07 23:24:32 +01:00
|
|
|
* Authenticated HTTP, SOCKS4, and SOCKS5 proxy support
|
2001-05-28 16:54:40 +02:00
|
|
|
* SSL Support using OpenSSL
|
|
|
|
* Apache module server support
|
|
|
|
* Client digest authentication
|