source: trunk/third/libsoup/README @ 19535

Revision 19535, 1.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19534, which included commits to RCS files with non-trunk default branches.
Line 
1Libsoup is an HTTP library implementation in C. It was originally part
2of a SOAP (Simple Object Access Protocol) implementation called Soup, but
3the SOAP and non-SOAP parts have now been split into separate packages.
4
5libsoup uses the Glib main loop and is designed to work well with GTK
6applications. This enables GNOME applications to access HTTP servers
7on the network in a completely asynchronous fashion, very similar to
8the Gtk+ programming model (a synchronous operation mode is also
9supported for those who want it).
10
11Features:
12  * Completely Asynchronous
13  * Connection cache
14  * HTTP chunked transfer support
15  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
16  * SSL Support using OpenSSL or GnuTLS
17  * Client support for Digest, NTLM, and Basic authentication
18  * HTTP server
19  * Server support for Digest and Basic authentication
20
21To subscribe to the Soup discussion list, send mail with the word
22"Subscribe" in the message body to soup-list-request@ximian.com.
23
24Licensing:
25libsoup is licensed under the LGPL, see COPYING for more details.
Note: See TracBrowser for help on using the repository browser.