summaryrefslogtreecommitdiff
path: root/docs/reference/libsoup-3.0-docs.xml
blob: b1fa54d63906c094fdd8a21498bf92da2de1d902 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<book xmlns="http://docbook.org/ns/docbook" id="index"
  xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>libsoup Reference Manual</title>
    <releaseinfo>
      This documentation is for libsoup 3.0 which is in development.
      You can find older versions online at <ulink role="online-location" url="https://developer.gnome.org/libsoup/stable/">https://developer.gnome.org/libsoup/stable/</ulink>.
    </releaseinfo>
  </bookinfo>

  <part>
    <title>Overview</title>
    <chapter>
        <title>Tutorial</title>
        <xi:include href="build-howto.xml"/>
        <xi:include href="client-basic.xml"/>
        <xi:include href="client-advanced.xml"/>
        <xi:include href="client-tls.xml"/>
        <xi:include href="server-howto.xml"/>
    </chapter>

    <xi:include href="migrating-from-libsoup-2.xml"/>
  </part>

  <part>
    <title>API Reference</title>
    <chapter>
        <title>Core HTTP API</title>
        <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-headers.xml"/>
        <xi:include href="xml/soup-method.xml"/>
        <xi:include href="xml/soup-multipart.xml"/>
        <xi:include href="xml/soup-multipart-input-stream.xml"/>
        <xi:include href="xml/soup-session.xml"/>
        <xi:include href="xml/soup-status.xml"/>
    </chapter>

    <chapter>
        <title>HTTP Server</title>
        <xi:include href="xml/soup-server.xml"/>
        <xi:include href="xml/soup-server-message.xml"/>
        <xi:include href="xml/soup-message-body.xml"/>
    </chapter>

    <chapter id="additional-features">
        <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-logger.xml"/>
        <section>
        <title>Authentication</title>
        <xi:include href="xml/soup-auth-manager.xml"/>
        <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"/>
        </section>
        <section>
            <title>Caching</title>
            <xi:include href="xml/soup-cache.xml"/>
        </section>
        <section>
        <title>Cookie Storage Support</title>
        <xi:include href="xml/soup-cookie-jar.xml"/>
        <xi:include href="xml/soup-cookie-jar-text.xml"/>
        <xi:include href="xml/soup-cookie-jar-db.xml"/>
        </section>
        <section>
        <title>HSTS Support</title>
        <xi:include href="xml/soup-hsts-enforcer.xml"/>
        <xi:include href="xml/soup-hsts-enforcer-db.xml"/>
        <xi:include href="xml/soup-hsts-policy.xml"/>
        </section>
        <section>
        <title>Metrics</title>
        <xi:include href="xml/soup-message-metrics.xml"/>
        </section>
    </chapter>

    <chapter>
        <title>Web Services APIs</title>
        <xi:include href="xml/soup-form.xml"/>
        <section>
        <title>WebSocket Support</title>
        <xi:include href="xml/soup-websocket.xml"/>
        <xi:include href="xml/soup-websocket-extension.xml"/>
        </section>
    </chapter>

    <chapter>
        <title>Utility API</title>
        <xi:include href="xml/soup-date-utils.xml"/>
        <xi:include href="xml/soup-tld.xml"/>
        <xi:include href="xml/soup-uri-utils.xml"/>
        <xi:include href="xml/soup-version.xml"/>
    </chapter>
  </part>

  <index id="api-index-full">
    <title>Index of all symbols</title>
    <xi:include href="xml/api-index-full.xml"></xi:include>
  </index>
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"></xi:include>
  </index>

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


</book>