kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
kaycxx::http::response_body Class Reference

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

Detailed Description

Non-owning HTTP response body destination.

Constructor & Destructor Documentation

◆ response_body()

kaycxx::http::response_body::response_body ( std::ostream & output)
noexcept

Creates a response body destination.

Parameters
outputOutput stream receiving the response body.

The documentation for this class was generated from the following file: