Skip to content

Commit dd5bc42

Browse files
committed
docs
1 parent 663277e commit dd5bc42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/network/doc/reference/http_response.rst

+4
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,7 @@ effect:
307307
``template <class Tag>`` *unspecified* ``status_message(basic_response<Tag> const & response)``
308308
Returns a wrapper convertible to ``typename string<Tag>::type`` that
309309
provides the status message of the given response.
310+
``template <class Tag>`` *unspecified* ``ready(basic_response<Tag> const & response)``
311+
Returns a wrapper convertible to ``bool``. The return value is equivalent
312+
to ``true`` if all the response parts have been fetched and it is guaranteed
313+
that a successive call to any wrapper will not block.

0 commit comments

Comments
 (0)