Skip to content

Commit e3e27a9

Browse files
committed
Fixes HTTP response status wrapper reference.
1 parent cc35a7a commit e3e27a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/network/doc/reference/http_response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ effect:
302302
Returns a wrapper convertible to ``typename string<Tag>::type`` that
303303
provides the version of the given response.
304304
``template <class Tag>`` *unspecified* ``status(basic_response<Tag> const & response)``
305-
Returns a wrapper convertible to ``typename string<Tag>::type`` that
305+
Returns a wrapper convertible to ``typename boost::uint16_t`` that
306306
provides the status of the given response.
307307
``template <class Tag>`` *unspecified* ``status_message(basic_response<Tag> const & response)``
308308
Returns a wrapper convertible to ``typename string<Tag>::type`` that

0 commit comments

Comments
 (0)