We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663277e commit dd5bc42Copy full SHA for dd5bc42
libs/network/doc/reference/http_response.rst
@@ -307,3 +307,7 @@ effect:
307
``template <class Tag>`` *unspecified* ``status_message(basic_response<Tag> const & response)``
308
Returns a wrapper convertible to ``typename string<Tag>::type`` that
309
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