Blame README

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