File: README

package info (click to toggle)
libsoup 2.2.3-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 1,552
  • sloc: ansic: 11,996; sh: 10,895; xml: 5,884; makefile: 154
file content (30 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.

Features:
  * (Optionally) completely asynchronous
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication

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.


To subscribe to the Soup discussion list, send mail with the word
"Subscribe" in the message body to soup-list-request@ximian.com.

Licensing:
libsoup is licensed under the LGPL, see COPYING for more details.