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

Commit372c597

Browse files
committed
Fixing non-sentence.
1 parent3549dba commit372c597

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎libs/network/doc/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Sneak Peak
3939
The:mod:`cpp-netlib` allows you to write semantically consistent code for
4040
making different kinds of higher level network applications.
4141

42-
The library allows for writing simple code like:
42+
The library allows for writing simple code for simple C++ HTTP client
43+
applications like:
4344

4445
..code-block::c++
4546

@@ -52,8 +53,6 @@ The library allows for writing simple code like:
5253
client::responseresponse_ =client_.get(request);
5354
std::string body = body(response_);
5455

55-
For simple C++ HTTP client applications.
56-
5756
The:mod:`cpp-netlib` is being developed for eventual submission toBoost_.
5857

5958
Download

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp