File: ch02.html

package info (click to toggle)
libsoup 2.2.98-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,180 kB
  • ctags: 3,121
  • sloc: ansic: 14,096; sh: 8,772; xml: 8,638; makefile: 192; php: 58
file content (90 lines) | stat: -rw-r--r-- 4,946 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>libsoup API Reference</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<link rel="start" href="index.html" title="libsoup Reference Manual">
<link rel="up" href="index.html" title="libsoup Reference Manual">
<link rel="prev" href="libsoup-server-howto.html" title="Soup Server Basics">
<link rel="next" href="SoupAddress.html" title="SoupAddress">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="libsoup Tutorial">
<link rel="chapter" href="ch02.html" title="libsoup API Reference">
<link rel="chapter" href="ch03.html" title="libsoup internals">
<link rel="index" href="ix01.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libsoup-server-howto.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td>&#160;</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libsoup Reference Manual</th>
<td><a accesskey="n" href="SoupAddress.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="id319586"></a>libsoup API Reference</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="SoupAddress.html">SoupAddress</a></span><span class="refpurpose"> &#8212; Higher-level IP address object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupAuth.html">SoupAuth</a></span><span class="refpurpose"> &#8212; HTTP Authentication support</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupConnection.html">SoupConnection</a></span><span class="refpurpose"> &#8212; a single possibly-persistent HTTP connection</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupConnectionNTLM.html">SoupConnectionNTLM</a></span><span class="refpurpose"> &#8212; NTLM-authenticated connection</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupMessage.html">SoupMessage</a></span><span class="refpurpose"> &#8212; An HTTP request and response.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libsoup-SoupMessageFilter.html">SoupMessageFilter</a></span><span class="refpurpose"> &#8212; Automatic message processing</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupServerMessage.html">SoupServerMessage</a></span><span class="refpurpose"> &#8212; Server-side <a href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a></span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupServer.html">SoupServer</a></span><span class="refpurpose"> &#8212; HTTP server</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSession.html">SoupSession</a></span><span class="refpurpose"> &#8212; Soup session state object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSessionAsync.html">SoupSessionAsync</a></span><span class="refpurpose"> &#8212; Soup session for asynchronous (main-loop-based) I/O.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSessionSync.html">SoupSessionSync</a></span><span class="refpurpose"> &#8212; Soup session for blocking I/O in multithreaded programs.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSoapMessage.html">SoupSoapMessage</a></span><span class="refpurpose"> &#8212; A SOAP request</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSoapResponse.html">SoupSoapResponse</a></span><span class="refpurpose"> &#8212; A SOAP response</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupSocket.html">SoupSocket</a></span><span class="refpurpose"> &#8212; a network socket</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libsoup-soup-status.html">soup-status</a></span><span class="refpurpose"> &#8212; HTTP and Soup status codes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libsoup-SoupUri.html">soup-uri</a></span><span class="refpurpose"> &#8212; URIs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupXmlrpcMessage.html">SoupXmlrpcMessage</a></span><span class="refpurpose"> &#8212; An XML-RPC Message</span>
</dt>
<dt>
<span class="refentrytitle"><a href="SoupXmlrpcResponse.html">SoupXmlrpcResponse</a></span><span class="refpurpose"> &#8212; An XML-RPC response</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libsoup-Soup-Miscellaneous-Utilities.html">soup-misc</a></span><span class="refpurpose"> &#8212; Miscellaneous functions</span>
</dt>
</dl></div>
</div>
</body>
</html>