DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
curlbuf Struct Reference

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...
 

Detailed Description

Buffer containing the result of a curl transaction.

Definition at line 832 of file dtsapp.h.

Field Documentation

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

Mime Type.

Definition at line 838 of file dtsapp.h.

Referenced by curl_buf2xml().

uint8_t* curlbuf::header

Header buffer.

Definition at line 834 of file dtsapp.h.

size_t curlbuf::hsize

Header size.

Definition at line 840 of file dtsapp.h.


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