#include <httplib.h>
◆ has_error()
| bool httplib::detail::BodyReader::has_error |
( |
| ) |
const |
|
inline |
◆ read()
| ssize_t httplib::detail::BodyReader::read |
( |
char * | buf, |
|
|
size_t | len ) |
|
inline |
◆ bytes_read
| size_t httplib::detail::BodyReader::bytes_read = 0 |
◆ chunked
| bool httplib::detail::BodyReader::chunked = false |
◆ chunked_decoder
| std::unique_ptr<ChunkedDecoder> httplib::detail::BodyReader::chunked_decoder |
◆ content_length
| size_t httplib::detail::BodyReader::content_length = 0 |
◆ eof
| bool httplib::detail::BodyReader::eof = false |
◆ has_content_length
| bool httplib::detail::BodyReader::has_content_length = false |
◆ last_error
◆ payload_max_length
◆ stream
| Stream* httplib::detail::BodyReader::stream = nullptr |
The documentation for this struct was generated from the following file:
- common/src/include/camcom/third_party/httplib.h