Skip to content

Commit 14156f4

Browse files
committed
Groan...
1 parent 2c26d71 commit 14156f4

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
<a name="c___network_library.architecture.message.message_concepts.message_concept.description"></a><h6>
43-
<a name="id2868686"></a>
43+
<a name="id3101408"></a>
4444
<a class="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
<a name="c___network_library.architecture.message.message_concepts.message_concept.valid_expressions"></a><h6>
89-
<a name="id2868888"></a>
89+
<a name="id3101609"></a>
9090
<a class="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
<a name="c___network_library.architecture.uri.uri_concepts.uri_concept.description"></a><h6>
50-
<a name="id2869520"></a>
50+
<a name="id3102241"></a>
5151
<a class="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
<a name="c___network_library.architecture.uri.uri_concepts.uri_concept.valid_expressions"></a><h6>
80-
<a name="id2869640"></a>
80+
<a name="id3102362"></a>
8181
<a class="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
<a name="c___network_library.architecture.uri.uri_concepts.http_uri.valid_expressions"></a><h6>
281-
<a name="id2870228"></a>
281+
<a name="id3102950"></a>
282282
<a class="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<span class="emphasis"><em>cpp-netlib</em></span>][sourceforge]]
33-
but was recently migrated to [[http://github.com/mikhailberis/cpp-netlib][github]]
32+
__sf_cpp<span class="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
<a name="c___network_library.protocol.http.http_request"></a><h5>
62-
<a name="id2871266"></a>
62+
<a name="id3103987"></a>
6363
<a class="link" href="http.html#c___network_library.protocol.http.http_request">HTTP Request</a>
6464
</h5>
6565
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">network</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">http</span> <span class="special">{</span>
@@ -72,7 +72,7 @@
7272
and the resource. It models the Message concept.
7373
</p>
7474
<a name="c___network_library.protocol.http.http_client"></a><h5>
75-
<a name="id2871430"></a>
75+
<a name="id3104152"></a>
7676
<a class="link" href="http.html#c___network_library.protocol.http.http_client">HTTP Client</a>
7777
</h5>
7878
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">network</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">http</span> <span class="special">{</span>
@@ -86,7 +86,7 @@
8686
the <code class="literal">client</code> object.
8787
</p>
8888
<a name="c___network_library.protocol.http.http_response"></a><h5>
89-
<a name="id2871600"></a>
89+
<a name="id3104322"></a>
9090
<a class="link" href="http.html#c___network_library.protocol.http.http_response">HTTP Response</a>
9191
</h5>
9292
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">network</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">http</span> <span class="special">{</span>
@@ -99,7 +99,7 @@
9999
It also models the Message concept.
100100
</p>
101101
<a name="c___network_library.protocol.http.walkthrough"></a><h5>
102-
<a name="id2871764"></a>
102+
<a name="id3104486"></a>
103103
<a class="link" href="http.html#c___network_library.protocol.http.walkthrough">Walkthrough</a>
104104
</h5>
105105
<pre class="programlisting"><span class="identifier">http</span><span class="special">::</span><span class="identifier">request</span> <span class="identifier">request</span><span class="special">(</span><span class="string">"http://www.boost.org/"</span><span class="special">);</span>
@@ -154,7 +154,7 @@
154154
all the response headers and body, in this case just the Boost homepage.
155155
</p>
156156
<a name="c___network_library.protocol.http.using__literal_http__client__literal_"></a><h5>
157-
<a name="id2872384"></a>
157+
<a name="id3105106"></a>
158158
<a class="link" href="http.html#c___network_library.protocol.http.using__literal_http__client__literal_">Using
159159
<code class="literal">http::client</code></a>
160160
</h5>
@@ -176,15 +176,15 @@
176176
<li class="listitem"><code class="literal">http::client(http::client::follow_redirect)</code></li>
177177
</ul></div>
178178
<a name="c___network_library.protocol.http._literal_http__client__cache_resolved__literal_"></a><h6>
179-
<a name="id2872488"></a>
179+
<a name="id3105210"></a>
180180
<a class="link" href="http.html#c___network_library.protocol.http._literal_http__client__cache_resolved__literal_"><code class="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
<a name="c___network_library.protocol.http._literal_http__client__follow_redirect_s___literal_"></a><h6>
187-
<a name="id2872520"></a>
187+
<a name="id3105242"></a>
188188
<a class="link" href="http.html#c___network_library.protocol.http._literal_http__client__follow_redirect_s___literal_"><code class="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
<a name="c___network_library.using"></a><a class="link" href="using.html" title="Using The C++ Network Library"> Using The C++ Network Library</a>
2828
</h2></div></div></div>
2929
<a name="c___network_library.using.supported_platforms"></a><h4>
30-
<a name="id2867227"></a>
30+
<a name="id3099948"></a>
3131
<a class="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
<a name="c___network_library.using.dependencies"></a><h4>
38-
<a name="id2867249"></a>
38+
<a name="id3099971"></a>
3939
<a class="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><p class="copyright">Copyright &#169; 2008 , 2009, 2010 Glyn Matthews, Dean Michael Berris</p></div>
3535
<div><div class="legalnotice" title="Legal Notice">
36-
<a name="id2857146"></a><p>
36+
<a name="id3089867"></a><p>
3737
Distributed under the Boost Software License, Version 1.0. (See accompanying
3838
file LICENSE_1_0.txt or copy at <a href="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
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
86-
<td align="left"><p><small>Last revised: January 13, 2010 at 21:26:50 GMT</small></p></td>
86+
<td align="left"><p><small>Last revised: January 20, 2010 at 20:36:21 GMT</small></p></td>
8787
<td align="right"><div class="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-netlib github]]
3737

3838

3939
[def __quick_start__ quick start]

0 commit comments

Comments
 (0)