Skip to content

0.11 devel docfix http response status #441

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 8, 2014
Merged
Changes from 1 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
Prev Previous commit
Next Next commit
Fixes HTTP response status wrapper reference.
  • Loading branch information
povilasb committed Sep 8, 2014
commit e3e27a9f45fff64e607bef037561195faf27a415
2 changes: 1 addition & 1 deletion libs/network/doc/reference/http_response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ effect:
Returns a wrapper convertible to ``typename string<Tag>::type`` that
provides the version of the given response.
``template <class Tag>`` *unspecified* ``status(basic_response<Tag> const & response)``
Returns a wrapper convertible to ``typename string<Tag>::type`` that
Returns a wrapper convertible to ``typename boost::uint16_t`` that
provides the status of the given response.
``template <class Tag>`` *unspecified* ``status_message(basic_response<Tag> const & response)``
Returns a wrapper convertible to ``typename string<Tag>::type`` that
Expand Down