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

Commit14156f4

Browse files
committed
Groan...
1 parent2c26d71 commit14156f4

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

‎libs/network/doc/html/c___network_library/architecture/message/message_concepts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Message</a>
4141
</h5></div></div></div>
4242
<aname="c___network_library.architecture.message.message_concepts.message_concept.description"></a><h6>
43-
<aname="id2868686"></a>
43+
<aname="id3101408"></a>
4444
<aclass="link"href="message_concepts.html#c___network_library.architecture.message.message_concepts.message_concept.description">Description</a>
4545
</h6>
4646
<p>
@@ -86,7 +86,7 @@
8686
</dl>
8787
</div>
8888
<aname="c___network_library.architecture.message.message_concepts.message_concept.valid_expressions"></a><h6>
89-
<aname="id2868888"></a>
89+
<aname="id3101609"></a>
9090
<aclass="link"href="message_concepts.html#c___network_library.architecture.message.message_concepts.message_concept.valid_expressions">Valid
9191
Expressions</a>
9292
</h6>

‎libs/network/doc/html/c___network_library/architecture/uri/uri_concepts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
URI</a>
4848
</h5></div></div></div>
4949
<aname="c___network_library.architecture.uri.uri_concepts.uri_concept.description"></a><h6>
50-
<aname="id2869520"></a>
50+
<aname="id3102241"></a>
5151
<aclass="link"href="uri_concepts.html#c___network_library.architecture.uri.uri_concepts.uri_concept.description">Description</a>
5252
</h6>
5353
<p>
@@ -77,7 +77,7 @@
7777
</dl>
7878
</div>
7979
<aname="c___network_library.architecture.uri.uri_concepts.uri_concept.valid_expressions"></a><h6>
80-
<aname="id2869640"></a>
80+
<aname="id3102362"></a>
8181
<aclass="link"href="uri_concepts.html#c___network_library.architecture.uri.uri_concepts.uri_concept.valid_expressions">Valid
8282
Expressions</a>
8383
</h6>
@@ -278,7 +278,7 @@
278278
</dl>
279279
</div>
280280
<aname="c___network_library.architecture.uri.uri_concepts.http_uri.valid_expressions"></a><h6>
281-
<aname="id2870228"></a>
281+
<aname="id3102950"></a>
282282
<aclass="link"href="uri_concepts.html#c___network_library.architecture.uri.uri_concepts.http_uri.valid_expressions">Valid
283283
Expressions</a>
284284
</h6>

‎libs/network/doc/html/c___network_library/intro/history.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
<p>
3030
The C++ Network Library was founded by Dean Michael Berris in 2007. Initially
3131
it consisted of a message template and an HTTP client. It found a home on
32-
[[http://sourceforge.net/projects<spanclass="emphasis"><em>cpp-netlib</em></span>][sourceforge]]
33-
but was recently migrated to [[http://github.com/mikhailberis/cpp-netlib][github]]
32+
__sf_cpp<spanclass="underline">netlib but was recently migrated to _github</span>_
3433
where development is actively continued by a committed community.
3534
</p>
3635
</div>

‎libs/network/doc/html/c___network_library/protocol/http.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
components are described below:
6060
</p>
6161
<aname="c___network_library.protocol.http.http_request"></a><h5>
62-
<aname="id2871266"></a>
62+
<aname="id3103987"></a>
6363
<aclass="link"href="http.html#c___network_library.protocol.http.http_request">HTTP Request</a>
6464
</h5>
6565
<preclass="programlisting"><spanclass="keyword">namespace</span><spanclass="identifier">boost</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">network</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">http</span><spanclass="special">{</span>
@@ -72,7 +72,7 @@
7272
and the resource. It models the Message concept.
7373
</p>
7474
<aname="c___network_library.protocol.http.http_client"></a><h5>
75-
<aname="id2871430"></a>
75+
<aname="id3104152"></a>
7676
<aclass="link"href="http.html#c___network_library.protocol.http.http_client">HTTP Client</a>
7777
</h5>
7878
<preclass="programlisting"><spanclass="keyword">namespace</span><spanclass="identifier">boost</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">network</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">http</span><spanclass="special">{</span>
@@ -86,7 +86,7 @@
8686
the<codeclass="literal">client</code> object.
8787
</p>
8888
<aname="c___network_library.protocol.http.http_response"></a><h5>
89-
<aname="id2871600"></a>
89+
<aname="id3104322"></a>
9090
<aclass="link"href="http.html#c___network_library.protocol.http.http_response">HTTP Response</a>
9191
</h5>
9292
<preclass="programlisting"><spanclass="keyword">namespace</span><spanclass="identifier">boost</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">network</span><spanclass="special">{</span><spanclass="keyword">namespace</span><spanclass="identifier">http</span><spanclass="special">{</span>
@@ -99,7 +99,7 @@
9999
It also models the Message concept.
100100
</p>
101101
<aname="c___network_library.protocol.http.walkthrough"></a><h5>
102-
<aname="id2871764"></a>
102+
<aname="id3104486"></a>
103103
<aclass="link"href="http.html#c___network_library.protocol.http.walkthrough">Walkthrough</a>
104104
</h5>
105105
<preclass="programlisting"><spanclass="identifier">http</span><spanclass="special">::</span><spanclass="identifier">request</span><spanclass="identifier">request</span><spanclass="special">(</span><spanclass="string">"http://www.boost.org/"</span><spanclass="special">);</span>
@@ -154,7 +154,7 @@
154154
all the response headers and body, in this case just the Boost homepage.
155155
</p>
156156
<aname="c___network_library.protocol.http.using__literal_http__client__literal_"></a><h5>
157-
<aname="id2872384"></a>
157+
<aname="id3105106"></a>
158158
<aclass="link"href="http.html#c___network_library.protocol.http.using__literal_http__client__literal_">Using
159159
<codeclass="literal">http::client</code></a>
160160
</h5>
@@ -176,15 +176,15 @@
176176
<liclass="listitem"><codeclass="literal">http::client(http::client::follow_redirect)</code></li>
177177
</ul></div>
178178
<aname="c___network_library.protocol.http._literal_http__client__cache_resolved__literal_"></a><h6>
179-
<aname="id2872488"></a>
179+
<aname="id3105210"></a>
180180
<aclass="link"href="http.html#c___network_library.protocol.http._literal_http__client__cache_resolved__literal_"><codeclass="literal">http::client::cache_resolved</code></a>
181181
</h6>
182182
<p>
183183
This argument enables the caching of resolved endpoints and prevents the
184184
client from resolving IP addresses of previously resolved hostnames.
185185
</p>
186186
<aname="c___network_library.protocol.http._literal_http__client__follow_redirect_s___literal_"></a><h6>
187-
<aname="id2872520"></a>
187+
<aname="id3105242"></a>
188188
<aclass="link"href="http.html#c___network_library.protocol.http._literal_http__client__follow_redirect_s___literal_"><codeclass="literal">http::client::follow_redirect(s)</code></a>
189189
</h6>
190190
<p>

‎libs/network/doc/html/c___network_library/using.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<aname="c___network_library.using"></a><aclass="link"href="using.html"title="Using The C++ Network Library"> Using The C++ Network Library</a>
2828
</h2></div></div></div>
2929
<aname="c___network_library.using.supported_platforms"></a><h4>
30-
<aname="id2867227"></a>
30+
<aname="id3099948"></a>
3131
<aclass="link"href="using.html#c___network_library.using.supported_platforms">Supported Platforms</a>
3232
</h4>
3333
<p>
3434
The C++ Network Library is tested on GCC 4.3 on Linux; MSVC 9.0 on Windows
3535
Vista.
3636
</p>
3737
<aname="c___network_library.using.dependencies"></a><h4>
38-
<aname="id2867249"></a>
38+
<aname="id3099971"></a>
3939
<aclass="link"href="using.html#c___network_library.using.dependencies">Dependencies</a>
4040
</h4>
4141
<p>

‎libs/network/doc/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div></div>
3434
<div><pclass="copyright">Copyright &#169; 2008 , 2009, 2010 Glyn Matthews, Dean Michael Berris</p></div>
3535
<div><divclass="legalnotice"title="Legal Notice">
36-
<aname="id2857146"></a><p>
36+
<aname="id3089867"></a><p>
3737
Distributed under the Boost Software License, Version 1.0. (See accompanying
3838
file LICENSE_1_0.txt or copy at<ahref="http://www.boost.org/LICENSE_1_0.txt"target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
3939
</p>
@@ -83,7 +83,7 @@
8383
</div>
8484
</div>
8585
<tablexmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"width="100%"><tr>
86-
<tdalign="left"><p><small>Last revised: January13, 2010 at21:26:50 GMT</small></p></td>
86+
<tdalign="left"><p><small>Last revised: January20, 2010 at20:36:21 GMT</small></p></td>
8787
<tdalign="right"><divclass="copyright-footer"></div></td>
8888
</tr></table>
8989
<hr>

‎libs/network/doc/network.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
[def __libcurl__ [@http://curl.haxx.se/ libcurl]]
3434
[def __mozilla_netlib__ [@http://www.mozilla.org/projects/netlib/ mozilla-netlib]]
3535
[def __sf_cpp_netlib__ [@http://sourceforge.net/projects/cpp-netlib/ sourceforge]]
36-
[def __github__ [@http://github.com/mikhailberis/cpp-netlib][github]]
36+
[def __github__ [@http://github.com/mikhailberis/cpp-netlibgithub]]
3737

3838

3939
[def __quick_start__ quick start]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp