diff options
author | Dan Winship <danw@src.gnome.org> | 2005-11-25 18:46:27 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2005-11-25 18:46:27 +0000 |
commit | 258821572b53730a7d7e52ef8a3ed3c9ad960e23 (patch) | |
tree | 6da6a76f643496e2cce0b16af94b85ee70f3b3a5 /README | |
parent | 1c84601b0d664dafc7a825eaf50fe149d6daf54c (diff) | |
download | libsoup-258821572b53730a7d7e52ef8a3ed3c9ad960e23.tar.gz libsoup-258821572b53730a7d7e52ef8a3ed3c9ad960e23.tar.bz2 libsoup-258821572b53730a7d7e52ef8a3ed3c9ad960e23.zip |
sync to text on wiki, and point to wiki
* README: sync to text on wiki, and point to wiki
* TODO: moved to http://live.gnome.org/LibSoup_2fToDo
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -1,17 +1,8 @@ -Soup is an HTTP library implementation in C. It was originally part of -a SOAP (Simple Object Access Protocol) implementation, but the SOAP -code was later removed (and then later partially reimplemented...) - -Soup uses GObjects and the glib main loop, and is designed to work -well with Gtk/GNOME applications. This enables GNOME applications to -access HTTP servers on the network in a completely asynchronous -fashion, very similar to the Gtk+ programming model (a synchronous -operation mode is also supported for those who want it). - -Soup also contains code to implement an HTTP/1.1 server. +libsoup is an HTTP client/server library for GNOME. It uses GObjects +and the glib main loop, to integrate well with GNOME applications. Features: - * (Optionally) completely asynchronous + * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling @@ -22,6 +13,8 @@ See the test programs in tests/ for simple examples of how to use the code, or evolution-data-server and evolution-exchange for more complicated examples. +More information (including future plans) may be available at +http://live.gnome.org/LibSoup To subscribe to the Soup discussion list, send mail with the word "Subscribe" in the message body to soup-list-request@ximian.com. |