|
kaycxx-http
HTTP client library
|
Input stream request body with a known byte count. More...
#include <kaycxx/http/sized_istream.hpp>
Public Member Functions | |
| sized_istream (std::istream &input, std::uint64_t size) noexcept | |
| Associates an input stream with the number of bytes to read from it. | |
Friends | |
| class | request_body |
Input stream request body with a known byte count.
|
noexcept |
Associates an input stream with the number of bytes to read from it.
| input | Input stream providing the request body. |
| size | Number of bytes to read from the input stream. |