Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf18a057

Browse files
committed
Updated example documentation and started HTTP server.
1 parent7996d45 commitf18a057

21 files changed

+302
-970
lines changed

‎html/c___network_library/appendices/http_uri.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</dl>
5353
</div>
5454
<aname="c___network_library.appendices.http_uri.valid_expressions"></a><h5>
55-
<aname="id2886115"></a>
55+
<aname="id2731178"></a>
5656
<aclass="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‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
Concept</a>
2929
</h3></div></div></div>
3030
<p>
31-
<codeclass="literal">basic_message</code> is<ahref="http://www.boost.org/doc/html/DefaultConstructible.html"target="_top">DefaultConstructible</a>,
31+
<codeclass="computeroutput"><spanclass="identifier">basic_message</span></code> is<ahref="http://www.boost.org/doc/html/DefaultConstructible.html"target="_top">DefaultConstructible</a>,
3232
<ahref="http://www.boost.org/doc/html/CopyConstructible.html"target="_top">CopyConstructible</a>
3333
and<ahref="http://www.boost.org/doc/html/Assignable.html"target="_top">Assignable</a>.
3434
</p>
3535
<aname="c___network_library.appendices.message_concept.description"></a><h5>
36-
<aname="id2884749"></a>
36+
<aname="id2729861"></a>
3737
<aclass="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
<aname="c___network_library.appendices.message_concept.valid_expressions"></a><h5>
82-
<aname="id2884964"></a>
82+
<aname="id2730058"></a>
8383
<aclass="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‎

Lines changed: 2 additions & 2 deletions
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
<aname="c___network_library.appendices.uri_concept.description"></a><h5>
38-
<aname="id2885350"></a>
38+
<aname="id2730418"></a>
3939
<aclass="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
<aname="c___network_library.appendices.uri_concept.valid_expressions"></a><h5>
69-
<aname="id2885494"></a>
69+
<aname="id2730556"></a>
7070
<aclass="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‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<linkrel="home"href="../index.html"title="C++ Network Library 0.5">
88
<linkrel="up"href="../index.html"title="C++ Network Library 0.5">
99
<linkrel="prev"href="protocol/http/http_client_example.html"title="HTTP Client">
10-
<linkrel="next"href="examples/http_client.html"title="HTTP Client">
10+
<linkrel="next"href="examples/simple_wget.html"title="Simple 'wget' Clone">
1111
</head>
1212
<bodybgcolor="white"text="black"link="#0000FF"vlink="#840084"alink="#0000FF">
1313
<tablecellpadding="2"width="100%"><tr>
@@ -20,17 +20,14 @@
2020
</tr></table>
2121
<hr>
2222
<divclass="spirit-nav">
23-
<aaccesskey="p"href="protocol/http/http_client_example.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png"alt="Prev"></a><aaccesskey="u"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/up.png"alt="Up"></a><aaccesskey="h"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/home.png"alt="Home"></a><aaccesskey="n"href="examples/http_client.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/next.png"alt="Next"></a>
23+
<aaccesskey="p"href="protocol/http/http_client_example.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png"alt="Prev"></a><aaccesskey="u"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/up.png"alt="Up"></a><aaccesskey="h"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/home.png"alt="Home"></a><aaccesskey="n"href="examples/simple_wget.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/next.png"alt="Next"></a>
2424
</div>
2525
<divclass="section"title="Examples">
2626
<divclass="titlepage"><div><div><h2class="title"style="clear: both">
2727
<aname="c___network_library.examples"></a><aclass="link"href="examples.html"title="Examples"> Examples</a>
2828
</h2></div></div></div>
29-
<divclass="toc"><dl>
30-
<dt><spanclass="section"><ahref="examples/http_client.html"> HTTP Client</a></span></dt>
31-
<dt><spanclass="section"><ahref="examples/simple_wget.html"> Simple 'wget'
32-
Clone</a></span></dt>
33-
</dl></div>
29+
<divclass="toc"><dl><dt><spanclass="section"><ahref="examples/simple_wget.html"> Simple 'wget'
30+
Clone</a></span></dt></dl></div>
3431
</div>
3532
<tablexmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"width="100%"><tr>
3633
<tdalign="left"></td>
@@ -42,7 +39,7 @@
4239
</tr></table>
4340
<hr>
4441
<divclass="spirit-nav">
45-
<aaccesskey="p"href="protocol/http/http_client_example.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png"alt="Prev"></a><aaccesskey="u"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/up.png"alt="Up"></a><aaccesskey="h"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/home.png"alt="Home"></a><aaccesskey="n"href="examples/http_client.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/next.png"alt="Next"></a>
42+
<aaccesskey="p"href="protocol/http/http_client_example.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/prev.png"alt="Prev"></a><aaccesskey="u"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/up.png"alt="Up"></a><aaccesskey="h"href="../index.html"><imgsrc="http://glynos.github.com/cpp-netlib/doc/html/images/home.png"alt="Home"></a><aaccesskey="n"href="examples/simple_wget.html"><imgsrc="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)

[8]ページ先頭

©2009-2025 Movatter.jp