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

Documentation updates.#258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 2 commits intocpp-netlib:0.9-develfromdeanberris:0.9-devel
Jun 28, 2013
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Typos and broken links.
  • Loading branch information
@deanberris
deanberris committedJun 28, 2013
commit9148501b116771aaedc35a8f96083cfac95277ba
7 changes: 6 additions & 1 deletionlibs/network/doc/getting_started.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,12 @@
Downloading an official release
===============================

All stable versions of:mod:`cpp-netlib` can be downloaded from
You can find links to the latest official release from the project's official
website:

http://cpp-netlib.org/

All previous stable versions of:mod:`cpp-netlib` can be downloaded from
Github_ from this url:

http://github.com/cpp-netlib/cpp-netlib/downloads
Expand Down
5 changes: 5 additions & 0 deletionslibs/network/doc/index.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,11 @@ http://cpp-netlib.org/.

**Download**

You can get the latest official version of the library from the official
project website at:

http://cpp-netlib.org/

This version of :mod:`cpp-netlib` is tagged as cpp-netlib-0.10.0 in the GitHub_
repository. You can find more information about the progress of the development
by checking our GitHub_ project page at:
Expand Down
2 changes: 1 addition & 1 deletionlibs/network/doc/reference/http_request.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -118,7 +118,7 @@ and also supports the following constructs.
| ``r.body`` | ``S`` | The body of the request. |
+-------------------------------+--------+-------------------------------------+

.. _Message Concept: message.html#message-concept
.. _Message Concept:../in_depth/message.html#message-concept

Directives
----------
Expand Down
2 changes: 1 addition & 1 deletionlibs/network/doc/reference/http_response.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -70,7 +70,7 @@ supports the following constructs.
| | | ``r``. |
+-------------------------------------+----------+-----------------------------+

.. _Message Concept: message.html#message-concept
.. _Message Concept:../in_depth/message.html#message-concept

Directives
----------
Expand Down
2 changes: 1 addition & 1 deletionlibs/network/doc/reference/http_server.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -334,7 +334,7 @@ synchronous server implementation in three ways:

The asynchronous server is meant to allow for better scalability in terms of the
number of concurrent connections and for performing asynchronous actions within
the handlers. If yourapplacation does not need to write out information
the handlers. If yourapplication does not need to write out information
asynchronously or perform potentially long computations, then the synchronous
server gives a generally better performance profile than the asynchronous
server.
Expand Down
4 changes: 2 additions & 2 deletionslibs/network/doc/whats_new.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,10 +5,10 @@
************

:mod:`cpp-netlib` 0.10
---------------------
----------------------

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

[8]ページ先頭

©2009-2025 Movatter.jp