|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
Buffer containing the result of a curl transaction. More...
#include <dtsapp.h>
Data Fields | |
| uint8_t * | header |
| Header buffer. More... | |
| uint8_t * | body |
| Body buffer. More... | |
| char * | c_type |
| Mime Type. More... | |
| size_t | hsize |
| Header size. More... | |
| size_t | bsize |
| Body size. More... | |
| uint8_t* curlbuf::body |
Body buffer.
Definition at line 836 of file dtsapp.h.
Referenced by curl_buf2xml(), and curl_ungzip().
| size_t curlbuf::bsize |
Body size.
Definition at line 842 of file dtsapp.h.
Referenced by curl_buf2xml(), and curl_ungzip().
| char* curlbuf::c_type |