Skip to content

Commit aca0667

Browse files
committed
Updated HTML documentation.
1 parent 4c77f80 commit aca0667

34 files changed

+197
-177
lines changed

libs/network/doc/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 31a95735f192c1e856251f90a3552520
3+
config: 2782e6e8740d26e9cc1f54812c829fe8
44
tags: fbb0d17656682115ca4d033fb2f83ba1

libs/network/doc/html/_sources/in_depth/uri.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ elements. For example the program:
104104

105105
will output::
106106

107-
htp://www.github.com/cpp-netlib
107+
http://www.github.com/cpp-netlib
108108

109109
``URI Concept``
110110
```````````````

libs/network/doc/html/_sources/index.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. :Authors: Glyn Matthews <[email protected]>
55
.. Dean Michael Berris <[email protected]>
66
.. :Date: Feb 22, 2012
7-
.. :Version: 0.9.3
7+
.. :Version: 0.9.4
88
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
99
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2012.
1010
.. Distributed under the Boost Software License, Version
@@ -76,8 +76,8 @@ The client is as simple as this:
7676
client::request request_("http://127.0.0.1:8000/");
7777
request_ << header("Connection", "close");
7878
client client_;
79-
client::response response_ = client_.get(request);
80-
std::string body = body(response_);
79+
client::response response_ = client_.get(request_);
80+
std::string body_ = body(response_);
8181

8282
And the corresponding server code is listed below:
8383

libs/network/doc/html/_sources/whats_new.txt

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
:mod:`cpp-netlib` 0.9
88
---------------------
99

10+
v0.9.4
11+
~~~~~~
12+
* Lots of URI fixes.
13+
* Fixed async_server's request handler so it doesn't make copies of the supplied handler.
14+
* Fix for issue `#73`_ regarding SSL connections ending in short read errors.
15+
* Final C++03-only release.
16+
17+
.. _`#73`: https://github.com/cpp-netlib/cpp-netlib/issues/73
18+
1019
v0.9.3
1120
~~~~~~
1221
* URI, HTTP client and HTTP server are now built as static libraries (``libcppnetlib-uri.a``, ``libcppnetlib-client-connections.a`` and ``libcppnetlib-server-parsers.a`` on Linux and ``cppnetlib-uri.lib``, ``cppnetlib-client-connections.lib`` and ``cppnetlib-server-parsers.lib`` on Windows).

libs/network/doc/html/contents.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Contents &mdash; cpp-netlib v0.9.3</title>
10+
<title>Contents &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="index.html" />
2626
<link rel="next" title="What’s New" href="whats_new.html" />
2727
<script type="text/javascript">
2828

@@ -44,7 +44,7 @@
4444
<div class="document">
4545
<div id="custom-doc" class="yui-t4">
4646
<div id="hd">
47-
<h1><a href="index.html">cpp-netlib v0.9.3</a></h1>
47+
<h1><a href="index.html">cpp-netlib v0.9.4</a></h1>
4848
<div id="global-nav">
4949
<a title="Home page" href="index.html">Home</a> |
5050
<a title="Table of contents" href="#">Table of contents</a> |
@@ -55,7 +55,7 @@ <h1><a href="index.html">cpp-netlib v0.9.3</a></h1>
5555
<a title="Reference" href="reference.html">Reference</a>
5656
</div>
5757
<div class="nav">
58-
<a title="cpp-netlib v0.9.3" href="index.html" accesskey="U">up</a>
58+
<a title="cpp-netlib v0.9.4" href="index.html" accesskey="U">up</a>
5959
|
6060
<a href="whats_new.html" title="What&amp;#8217;s New">next</a> &raquo;</div>
6161
</div>
@@ -71,6 +71,7 @@ <h1><a href="index.html">cpp-netlib v0.9.3</a></h1>
7171
<ul>
7272
<li class="toctree-l1"><a class="reference internal" href="whats_new.html">What&#8217;s New</a><ul>
7373
<li class="toctree-l2"><a class="reference internal" href="whats_new.html#cpp-netlib-0-9"><tt class="docutils literal"><span class="pre">cpp-netlib</span></tt> 0.9</a><ul>
74+
<li class="toctree-l3"><a class="reference internal" href="whats_new.html#v0-9-4">v0.9.4</a></li>
7475
<li class="toctree-l3"><a class="reference internal" href="whats_new.html#v0-9-3">v0.9.3</a></li>
7576
<li class="toctree-l3"><a class="reference internal" href="whats_new.html#v0-9-2">v0.9.2</a></li>
7677
<li class="toctree-l3"><a class="reference internal" href="whats_new.html#v0-9-1">v0.9.1</a></li>
@@ -204,7 +205,7 @@ <h3>Browse</h3>
204205
<h3>You are here:</h3>
205206
<ul>
206207
<li>
207-
<a href="index.html">cpp-netlib v0.9.3</a>
208+
<a href="index.html">cpp-netlib v0.9.4</a>
208209

209210
<ul><li>Contents</li></ul>
210211

@@ -237,7 +238,7 @@ <h3>Quick search</h3>
237238

238239
<div id="ft">
239240
<div class="nav">
240-
<a title="cpp-netlib v0.9.3" href="index.html" accesskey="U">up</a>
241+
<a title="cpp-netlib v0.9.4" href="index.html" accesskey="U">up</a>
241242
|
242243
<a href="whats_new.html" title="What&amp;#8217;s New">next</a> &raquo;</div>
243244
</div>

libs/network/doc/html/examples.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Examples &mdash; cpp-netlib v0.9.3</title>
10+
<title>Examples &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="index.html" />
2626
<link rel="next" title="HTTP client" href="examples/http/http_client.html" />
2727
<link rel="prev" title="Getting Started" href="getting_started.html" />
2828
<script type="text/javascript">
@@ -45,7 +45,7 @@
4545
<div class="document">
4646
<div id="custom-doc" class="yui-t4">
4747
<div id="hd">
48-
<h1><a href="index.html">cpp-netlib v0.9.3</a></h1>
48+
<h1><a href="index.html">cpp-netlib v0.9.4</a></h1>
4949
<div id="global-nav">
5050
<a title="Home page" href="index.html">Home</a> |
5151
<a title="Table of contents" href="contents.html">Table of contents</a> |
@@ -58,7 +58,7 @@ <h1><a href="index.html">cpp-netlib v0.9.3</a></h1>
5858
<div class="nav">
5959
&laquo; <a href="getting_started.html" title="Getting Started">previous</a>
6060
|
61-
<a title="cpp-netlib v0.9.3" href="index.html" accesskey="U">up</a>
61+
<a title="cpp-netlib v0.9.4" href="index.html" accesskey="U">up</a>
6262
|
6363
<a href="examples/http/http_client.html" title="HTTP client">next</a> &raquo;</div>
6464
</div>
@@ -125,7 +125,7 @@ <h3>Browse</h3>
125125
<h3>You are here:</h3>
126126
<ul>
127127
<li>
128-
<a href="index.html">cpp-netlib v0.9.3</a>
128+
<a href="index.html">cpp-netlib v0.9.4</a>
129129

130130
<ul><li>Examples</li></ul>
131131

@@ -160,7 +160,7 @@ <h3>Quick search</h3>
160160
<div class="nav">
161161
&laquo; <a href="getting_started.html" title="Getting Started">previous</a>
162162
|
163-
<a title="cpp-netlib v0.9.3" href="index.html" accesskey="U">up</a>
163+
<a title="cpp-netlib v0.9.4" href="index.html" accesskey="U">up</a>
164164
|
165165
<a href="examples/http/http_client.html" title="HTTP client">next</a> &raquo;</div>
166166
</div>

libs/network/doc/html/examples/http/atom_reader.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Atom feed reader &mdash; cpp-netlib v0.9.3</title>
10+
<title>Atom feed reader &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="../../_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '../../',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="../../_static/jquery.js"></script>
2323
<script type="text/javascript" src="../../_static/underscore.js"></script>
2424
<script type="text/javascript" src="../../_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="../../index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="../../index.html" />
2626
<link rel="up" title="Examples" href="../../examples.html" />
2727
<link rel="next" title="Twitter search" href="twitter_search.html" />
2828
<link rel="prev" title="“Hello world” HTTP client" href="hello_world_client.html" />
@@ -46,7 +46,7 @@
4646
<div class="document">
4747
<div id="custom-doc" class="yui-t4">
4848
<div id="hd">
49-
<h1><a href="../../index.html">cpp-netlib v0.9.3</a></h1>
49+
<h1><a href="../../index.html">cpp-netlib v0.9.4</a></h1>
5050
<div id="global-nav">
5151
<a title="Home page" href="../../index.html">Home</a> |
5252
<a title="Table of contents" href="../../contents.html">Table of contents</a> |
@@ -167,7 +167,7 @@ <h3>Browse</h3>
167167
<h3>You are here:</h3>
168168
<ul>
169169
<li>
170-
<a href="../../index.html">cpp-netlib v0.9.3</a>
170+
<a href="../../index.html">cpp-netlib v0.9.4</a>
171171

172172
<ul><li><a href="../../examples.html">Examples</a>
173173

libs/network/doc/html/examples/http/hello_world_client.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.9.3</title>
10+
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="../../_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '../../',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="../../_static/jquery.js"></script>
2323
<script type="text/javascript" src="../../_static/underscore.js"></script>
2424
<script type="text/javascript" src="../../_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="../../index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="../../index.html" />
2626
<link rel="up" title="Examples" href="../../examples.html" />
2727
<link rel="next" title="Atom feed reader" href="atom_reader.html" />
2828
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
@@ -46,7 +46,7 @@
4646
<div class="document">
4747
<div id="custom-doc" class="yui-t4">
4848
<div id="hd">
49-
<h1><a href="../../index.html">cpp-netlib v0.9.3</a></h1>
49+
<h1><a href="../../index.html">cpp-netlib v0.9.4</a></h1>
5050
<div id="global-nav">
5151
<a title="Home page" href="../../index.html">Home</a> |
5252
<a title="Table of contents" href="../../contents.html">Table of contents</a> |
@@ -184,7 +184,7 @@ <h3>Browse</h3>
184184
<h3>You are here:</h3>
185185
<ul>
186186
<li>
187-
<a href="../../index.html">cpp-netlib v0.9.3</a>
187+
<a href="../../index.html">cpp-netlib v0.9.4</a>
188188

189189
<ul><li><a href="../../examples.html">Examples</a>
190190

libs/network/doc/html/examples/http/hello_world_server.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>“Hello world” HTTP server &mdash; cpp-netlib v0.9.3</title>
10+
<title>“Hello world” HTTP server &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="../../_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '../../',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="../../_static/jquery.js"></script>
2323
<script type="text/javascript" src="../../_static/underscore.js"></script>
2424
<script type="text/javascript" src="../../_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="../../index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="../../index.html" />
2626
<link rel="up" title="Examples" href="../../examples.html" />
2727
<link rel="next" title="“Hello world” HTTP client" href="hello_world_client.html" />
2828
<link rel="prev" title="Simple wget" href="simple_wget.html" />
@@ -46,7 +46,7 @@
4646
<div class="document">
4747
<div id="custom-doc" class="yui-t4">
4848
<div id="hd">
49-
<h1><a href="../../index.html">cpp-netlib v0.9.3</a></h1>
49+
<h1><a href="../../index.html">cpp-netlib v0.9.4</a></h1>
5050
<div id="global-nav">
5151
<a title="Home page" href="../../index.html">Home</a> |
5252
<a title="Table of contents" href="../../contents.html">Table of contents</a> |
@@ -225,7 +225,7 @@ <h3>Browse</h3>
225225
<h3>You are here:</h3>
226226
<ul>
227227
<li>
228-
<a href="../../index.html">cpp-netlib v0.9.3</a>
228+
<a href="../../index.html">cpp-netlib v0.9.4</a>
229229

230230
<ul><li><a href="../../examples.html">Examples</a>
231231

libs/network/doc/html/examples/http/http_client.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>HTTP client &mdash; cpp-netlib v0.9.3</title>
10+
<title>HTTP client &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="../../_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '../../',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="../../_static/jquery.js"></script>
2323
<script type="text/javascript" src="../../_static/underscore.js"></script>
2424
<script type="text/javascript" src="../../_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="../../index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="../../index.html" />
2626
<link rel="up" title="Examples" href="../../examples.html" />
2727
<link rel="next" title="Simple wget" href="simple_wget.html" />
2828
<link rel="prev" title="Examples" href="../../examples.html" />
@@ -46,7 +46,7 @@
4646
<div class="document">
4747
<div id="custom-doc" class="yui-t4">
4848
<div id="hd">
49-
<h1><a href="../../index.html">cpp-netlib v0.9.3</a></h1>
49+
<h1><a href="../../index.html">cpp-netlib v0.9.4</a></h1>
5050
<div id="global-nav">
5151
<a title="Home page" href="../../index.html">Home</a> |
5252
<a title="Table of contents" href="../../contents.html">Table of contents</a> |
@@ -198,7 +198,7 @@ <h3>Browse</h3>
198198
<h3>You are here:</h3>
199199
<ul>
200200
<li>
201-
<a href="../../index.html">cpp-netlib v0.9.3</a>
201+
<a href="../../index.html">cpp-netlib v0.9.4</a>
202202

203203
<ul><li><a href="../../examples.html">Examples</a>
204204

libs/network/doc/html/examples/http/simple_wget.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Simple wget &mdash; cpp-netlib v0.9.3</title>
10+
<title>Simple wget &mdash; cpp-netlib v0.9.4</title>
1111
<link rel="stylesheet" href="../../_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '../../',
16-
VERSION: '0.9.3',
16+
VERSION: '0.9.4',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="../../_static/jquery.js"></script>
2323
<script type="text/javascript" src="../../_static/underscore.js"></script>
2424
<script type="text/javascript" src="../../_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.9.3" href="../../index.html" />
25+
<link rel="top" title="cpp-netlib v0.9.4" href="../../index.html" />
2626
<link rel="up" title="Examples" href="../../examples.html" />
2727
<link rel="next" title="“Hello world” HTTP server" href="hello_world_server.html" />
2828
<link rel="prev" title="HTTP client" href="http_client.html" />
@@ -46,7 +46,7 @@
4646
<div class="document">
4747
<div id="custom-doc" class="yui-t4">
4848
<div id="hd">
49-
<h1><a href="../../index.html">cpp-netlib v0.9.3</a></h1>
49+
<h1><a href="../../index.html">cpp-netlib v0.9.4</a></h1>
5050
<div id="global-nav">
5151
<a title="Home page" href="../../index.html">Home</a> |
5252
<a title="Table of contents" href="../../contents.html">Table of contents</a> |
@@ -195,7 +195,7 @@ <h3>Browse</h3>
195195
<h3>You are here:</h3>
196196
<ul>
197197
<li>
198-
<a href="../../index.html">cpp-netlib v0.9.3</a>
198+
<a href="../../index.html">cpp-netlib v0.9.4</a>
199199

200200
<ul><li><a href="../../examples.html">Examples</a>
201201

0 commit comments

Comments
 (0)