Skip to content

Commit f18a057

Browse files
committed
Updated example documentation and started HTTP server.
1 parent 7996d45 commit f18a057

21 files changed

+302
-970
lines changed

html/c___network_library/appendices/http_uri.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</dl>
5353
</div>
5454
<a name="c___network_library.appendices.http_uri.valid_expressions"></a><h5>
55-
<a name="id2886115"></a>
55+
<a name="id2731178"></a>
5656
<a class="link" href="http_uri.html#c___network_library.appendices.http_uri.valid_expressions">Valid
5757
Expressions</a>
5858
</h5>

html/c___network_library/appendices/message_concept.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
Concept</a>
2929
</h3></div></div></div>
3030
<p>
31-
<code class="literal">basic_message</code> is <a href="http://www.boost.org/doc/html/DefaultConstructible.html" target="_top">DefaultConstructible</a>,
31+
<code class="computeroutput"><span class="identifier">basic_message</span></code> is <a href="http://www.boost.org/doc/html/DefaultConstructible.html" target="_top">DefaultConstructible</a>,
3232
<a href="http://www.boost.org/doc/html/CopyConstructible.html" target="_top">CopyConstructible</a>
3333
and <a href="http://www.boost.org/doc/html/Assignable.html" target="_top">Assignable</a>.
3434
</p>
3535
<a name="c___network_library.appendices.message_concept.description"></a><h5>
36-
<a name="id2884749"></a>
36+
<a name="id2729861"></a>
3737
<a class="link" href="message_concept.html#c___network_library.appendices.message_concept.description">Description</a>
3838
</h5>
3939
<p>
@@ -79,7 +79,7 @@
7979
</dl>
8080
</div>
8181
<a name="c___network_library.appendices.message_concept.valid_expressions"></a><h5>
82-
<a name="id2884964"></a>
82+
<a name="id2730058"></a>
8383
<a class="link" href="message_concept.html#c___network_library.appendices.message_concept.valid_expressions">Valid
8484
Expressions</a>
8585
</h5>

html/c___network_library/appendices/uri_concept.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
URI Concepts are organized into a hierarchy of conepts.
3636
</p>
3737
<a name="c___network_library.appendices.uri_concept.description"></a><h5>
38-
<a name="id2885350"></a>
38+
<a name="id2730418"></a>
3939
<a class="link" href="uri_concept.html#c___network_library.appendices.uri_concept.description">Description</a>
4040
</h5>
4141
<p>
@@ -66,7 +66,7 @@
6666
</dl>
6767
</div>
6868
<a name="c___network_library.appendices.uri_concept.valid_expressions"></a><h5>
69-
<a name="id2885494"></a>
69+
<a name="id2730556"></a>
7070
<a class="link" href="uri_concept.html#c___network_library.appendices.uri_concept.valid_expressions">Valid
7171
Expressions</a>
7272
</h5>

html/c___network_library/examples.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="home" href="../index.html" title="C++ Network Library 0.5">
88
<link rel="up" href="../index.html" title="C++ Network Library 0.5">
99
<link rel="prev" href="protocol/http/http_client_example.html" title="HTTP Client">
10-
<link rel="next" href="examples/http_client.html" title="HTTP Client">
10+
<link rel="next" href="examples/simple_wget.html" title="Simple 'wget' Clone">
1111
</head>
1212
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1313
<table cellpadding="2" width="100%"><tr>
@@ -20,17 +20,14 @@
2020
</tr></table>
2121
<hr>
2222
<div class="spirit-nav">
23-
<a accesskey="p" href="protocol/http/http_client_example.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="examples/http_client.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/next.png" alt="Next"></a>
23+
<a accesskey="p" href="protocol/http/http_client_example.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="examples/simple_wget.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/next.png" alt="Next"></a>
2424
</div>
2525
<div class="section" title="Examples">
2626
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
2727
<a name="c___network_library.examples"></a><a class="link" href="examples.html" title="Examples"> Examples</a>
2828
</h2></div></div></div>
29-
<div class="toc"><dl>
30-
<dt><span class="section"><a href="examples/http_client.html"> HTTP Client</a></span></dt>
31-
<dt><span class="section"><a href="examples/simple_wget.html"> Simple 'wget'
32-
Clone</a></span></dt>
33-
</dl></div>
29+
<div class="toc"><dl><dt><span class="section"><a href="examples/simple_wget.html"> Simple 'wget'
30+
Clone</a></span></dt></dl></div>
3431
</div>
3532
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
3633
<td align="left"></td>
@@ -42,7 +39,7 @@
4239
</tr></table>
4340
<hr>
4441
<div class="spirit-nav">
45-
<a accesskey="p" href="protocol/http/http_client_example.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="examples/http_client.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/next.png" alt="Next"></a>
42+
<a accesskey="p" href="protocol/http/http_client_example.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="examples/simple_wget.html"><img src="http://glynos.github.com/cpp-netlib/doc/html/images/next.png" alt="Next"></a>
4643
</div>
4744
</body>
4845
</html>

0 commit comments

Comments
 (0)