#include <httplib.h>
◆ ChunkedDecoder()
| httplib::detail::ChunkedDecoder::ChunkedDecoder |
( |
Stream & | s | ) |
|
|
inlineexplicit |
◆ parse_trailers_into()
| bool httplib::detail::ChunkedDecoder::parse_trailers_into |
( |
Headers & | dest, |
|
|
const Headers & | src_headers ) |
|
inline |
◆ read_payload()
| ssize_t httplib::detail::ChunkedDecoder::read_payload |
( |
char * | buf, |
|
|
size_t | len, |
|
|
size_t & | out_chunk_offset, |
|
|
size_t & | out_chunk_total ) |
|
inline |
◆ chunk_remaining
| size_t httplib::detail::ChunkedDecoder::chunk_remaining = 0 |
◆ finished
| bool httplib::detail::ChunkedDecoder::finished = false |
◆ last_chunk_offset
| size_t httplib::detail::ChunkedDecoder::last_chunk_offset = 0 |
◆ last_chunk_total
| size_t httplib::detail::ChunkedDecoder::last_chunk_total = 0 |
◆ line_buf
| char httplib::detail::ChunkedDecoder::line_buf[64] |
◆ strm
| Stream& httplib::detail::ChunkedDecoder::strm |
The documentation for this struct was generated from the following file:
- common/src/include/camcom/third_party/httplib.h