Blame README

rpm-build 4f3c61
libsoup is an HTTP client/server library for GNOME. It uses GObjects
rpm-build 4f3c61
and the glib main loop, to integrate well with GNOME applications.
rpm-build 4f3c61
rpm-build 4f3c61
Features:
rpm-build 4f3c61
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
rpm-build 4f3c61
  * Automatically caches connections
rpm-build 4f3c61
  * SSL support
rpm-build 4f3c61
  * Proxy support, including authentication and SSL tunneling
rpm-build 4f3c61
  * Client support for Digest, NTLM, and Basic authentication
rpm-build 4f3c61
  * Server support for Digest and Basic authentication
rpm-build 4f3c61
  * XML-RPC support
rpm-build 4f3c61
rpm-build 4f3c61
See the documentation in docs/reference/ and the test programs in
rpm-build 4f3c61
tests/ for simple examples of how to use the code. The
rpm-build 4f3c61
evolution-data-server and evolution-exchange modules in GNOME git have
rpm-build 4f3c61
some more complicated examples.
rpm-build 4f3c61
rpm-build 4f3c61
There is a mailing list for libsoup-related questions/discussions at
rpm-build 4f3c61
gnome.org. Visit http://mail.gnome.org/mailman/listinfo/libsoup-list
rpm-build 4f3c61
to subscribe or read the archives.
rpm-build 4f3c61
rpm-build 4f3c61
Bugs against libsoup can be filed at the GNOME bugzilla:
rpm-build 4f3c61
https://bugzilla.gnome.org/enter_bug.cgi?product=libsoup
rpm-build 4f3c61
rpm-build 4f3c61
More information (including the libsoup To Do list) is available at
rpm-build 4f3c61
https://wiki.gnome.org/Projects/libsoup
rpm-build 4f3c61
rpm-build 4f3c61
Licensing:
rpm-build 4f3c61
libsoup is licensed under the LGPL, see COPYING for more details.