summaryrefslogtreecommitdiff
path: root/docs/reference/libsoup-2.4-docs.sgml
blob: 21e19ea44865628bd460f7544d552a915ee68f2f (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
  <bookinfo>
    <title>libsoup Reference Manual</title>
  </bookinfo>

  <chapter>
    <title>Tutorial</title>
    <xi:include href="build-howto.xml"/>
    <xi:include href="client-howto.xml"/>
    <xi:include href="server-howto.xml"/>
  </chapter>

  <chapter>
    <title>Core API</title>
    <xi:include href="xml/soup-auth.xml"/>
    <xi:include href="xml/soup-auth-domain.xml"/>
    <xi:include href="xml/soup-auth-domain-basic.xml"/>
    <xi:include href="xml/soup-auth-domain-digest.xml"/>
    <xi:include href="xml/soup-cookie.xml"/>
    <xi:include href="xml/soup-message.xml"/>
    <xi:include href="xml/soup-message-headers.xml"/>
    <xi:include href="xml/soup-message-body.xml"/>
    <xi:include href="xml/soup-method.xml"/>
    <xi:include href="xml/soup-misc.xml"/>
    <xi:include href="xml/soup-multipart.xml"/>
    <xi:include href="xml/soup-server.xml"/>
    <xi:include href="xml/soup-session.xml"/>
    <xi:include href="xml/soup-session-async.xml"/>
    <xi:include href="xml/soup-session-sync.xml"/>
    <xi:include href="xml/soup-status.xml"/>
    <xi:include href="xml/soup-tld.xml"/>
    <xi:include href="xml/soup-uri.xml"/>
  </chapter>

  <chapter>
    <title>Additional Features</title>
    <xi:include href="xml/soup-session-feature.xml"/>
    <xi:include href="xml/soup-content-decoder.xml"/>
    <xi:include href="xml/soup-content-sniffer.xml"/>
    <xi:include href="xml/soup-cookie-jar.xml"/>
    <xi:include href="xml/soup-cookie-jar-text.xml"/>
    <xi:include href="xml/soup-logger.xml"/>
    <xi:include href="xml/soup-proxy-uri-resolver.xml"/>
    <xi:include href="xml/soup-proxy-resolver-default.xml"/>
  </chapter>

  <chapter>
    <title>Web Services APIs</title>
    <xi:include href="xml/soup-form.xml"/>
    <xi:include href="xml/soup-xmlrpc.xml"/>
    <xi:include href="xml/soup-value-utils.xml"/>
  </chapter>

  <chapter>
    <title>GNOME integration</title>
    <xi:include href="xml/soup-gnome-features.xml"/>
    <xi:include href="xml/soup-cookie-jar-sqlite.xml"/>
  </chapter>

  <chapter>
    <title>Low-level Networking API</title>
    <xi:include href="xml/soup-address.xml"/>
    <xi:include href="xml/soup-socket.xml"/>
  </chapter>

  <chapter>
    <title>Experimental streaming API</title>
    <xi:include href="xml/soup-requester.xml"/>
    <xi:include href="xml/soup-request.xml"/>
    <xi:include href="xml/soup-request-http.xml"/>
    <xi:include href="xml/soup-request-file.xml"/>
    <xi:include href="xml/soup-request-data.xml"/>
    <xi:include href="xml/soup-cache.xml"/>
  </chapter>

  <index>
    <title>Index</title>
  </index>

  <xi:include href="xml/annotation-glossary.xml">
    <xi:fallback />
  </xi:include>

</book>