SDTS_AL
|
#include <cpl_http.h>
Public Attributes | |
int | nStatus |
char * | pszContentType |
char * | pszErrBuf |
int | nDataLen |
GByte * | pabyData |
int | nMimePartCount |
CPLMimePart * | pasMimePart |
Describe the result of a CPLHTTPFetch() call
Length of the pabyData buffer
Number of parts in a multipart message
HTTP status code : 200=success, value < 0 if request failed
GByte* CPLHTTPResult::pabyData |
Buffer with downloaded data
Array of parts (resolved by CPLHTTPParseMultipartMime())
Content-Type of the response
char* CPLHTTPResult::pszErrBuf |
Error message from curl, or NULL