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

Commit9148501

Browse files
committed
Typos and broken links.
1 parentd62b9ce commit9148501

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

‎libs/network/doc/getting_started.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
Downloading an official release
88
===============================
99

10-
All stable versions of:mod:`cpp-netlib` can be downloaded from
10+
You can find links to the latest official release from the project's official
11+
website:
12+
13+
http://cpp-netlib.org/
14+
15+
All previous stable versions of:mod:`cpp-netlib` can be downloaded from
1116
Github_ from this url:
1217

1318
http://github.com/cpp-netlib/cpp-netlib/downloads

‎libs/network/doc/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ http://cpp-netlib.org/.
2020

2121
**Download**
2222

23+
You can get the latest official version of the library from the official
24+
project website at:
25+
26+
http://cpp-netlib.org/
27+
2328
This version of:mod:`cpp-netlib` is tagged as cpp-netlib-0.10.0 in theGitHub_
2429
repository. You can find more information about the progress of the development
2530
by checking ourGitHub_ project page at:

‎libs/network/doc/reference/http_request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ and also supports the following constructs.
118118
| ``r.body``| ``S``| The body of the request.|
119119
+-------------------------------+--------+-------------------------------------+
120120

121-
.. _Message Concept:message.html#message-concept
121+
.. _Message Concept:../in_depth/message.html#message-concept
122122

123123
Directives
124124
----------

‎libs/network/doc/reference/http_response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ supports the following constructs.
7070
||| ``r``.|
7171
+-------------------------------------+----------+-----------------------------+
7272

73-
.. _Message Concept:message.html#message-concept
73+
.. _Message Concept:../in_depth/message.html#message-concept
7474

7575
Directives
7676
----------

‎libs/network/doc/reference/http_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ synchronous server implementation in three ways:
334334

335335
The asynchronous server is meant to allow for better scalability in terms of the
336336
number of concurrent connections and for performing asynchronous actions within
337-
the handlers. If yourapplacation does not need to write out information
337+
the handlers. If yourapplication does not need to write out information
338338
asynchronously or perform potentially long computations, then the synchronous
339339
server gives a generally better performance profile than the asynchronous
340340
server.

‎libs/network/doc/whats_new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
************
66

77
:mod:`cpp-netlib` 0.10
8-
---------------------
8+
----------------------
99

1010
v0.10.0
11-
~~~~~~
11+
~~~~~~~
1212
* Added support for more HTTP status codes (206, 408, 412, 416, 507).
1313
* Refactored the parser for chunked encoding.
1414
* Fixed parsing chunked encoding if the response body has ``<chunk>CLRF<hex>CLRF<data>``.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp