|
7 | 7 | <link rel="home" href="../index.html" title="C++ Network Library 0.5">
|
8 | 8 | <link rel="up" href="../index.html" title="C++ Network Library 0.5">
|
9 | 9 | <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"> |
11 | 11 | </head>
|
12 | 12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
13 | 13 | <table cellpadding="2" width="100%"><tr>
|
|
20 | 20 | </tr></table>
|
21 | 21 | <hr>
|
22 | 22 | <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> |
24 | 24 | </div>
|
25 | 25 | <div class="section" title="Examples">
|
26 | 26 | <div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
27 | 27 | <a name="c___network_library.examples"></a><a class="link" href="examples.html" title="Examples"> Examples</a>
|
28 | 28 | </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> |
34 | 31 | </div>
|
35 | 32 | <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
36 | 33 | <td align="left"></td>
|
|
42 | 39 | </tr></table>
|
43 | 40 | <hr>
|
44 | 41 | <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> |
46 | 43 | </div>
|
47 | 44 | </body>
|
48 | 45 | </html>
|
0 commit comments