fixed typo enable_sqllite -> enable_sqlite
[platform/upstream/libsoup.git] / README
1 libsoup is an HTTP client/server library for GNOME. It uses GObjects
2 and the glib main loop, to integrate well with GNOME applications.
3
4 Features:
5   * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
6   * Automatically caches connections
7   * SSL support
8   * Proxy support, including authentication and SSL tunneling
9   * Client support for Digest, NTLM, and Basic authentication
10   * Server support for Digest and Basic authentication
11   * XML-RPC support
12
13 See the documentation in docs/reference/ and the test programs in
14 tests/ for simple examples of how to use the code. The
15 evolution-data-server and evolution-exchange modules in GNOME CVS have
16 some more complicated examples.
17
18 There is a mailing list for libsoup-related questions/discussions at
19 gnome.org. Visit http://mail.gnome.org/mailman/listinfo/libsoup-list
20 to subscribe or read the archives.
21
22 Bugs against libsoup can be filed at the GNOME bugzilla:
23 http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup
24
25 More information (including the libsoup To Do list) is available at
26 http://live.gnome.org/LibSoup
27
28 Licensing:
29 libsoup is licensed under the LGPL, see COPYING for more details.