|
kaycxx-http
HTTP client library
|
Non-owning HTTP response body destination. More...
#include <kaycxx/http/response_body.hpp>
Public Member Functions | |
| response_body (std::ostream &output) noexcept | |
| Creates a response body destination. | |
Friends | |
| class | client |
Non-owning HTTP response body destination.
|
noexcept |
Creates a response body destination.
| output | Output stream receiving the response body. |