Skip to content
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