SDTS_AL
Public Attributes
CPLHTTPResult Struct Reference

#include <cpl_http.h>

List of all members.

Public Attributes

int nStatus
char * pszContentType
char * pszErrBuf
int nDataLen
GByte * pabyData
int nMimePartCount
CPLMimePartpasMimePart

Detailed Description

Describe the result of a CPLHTTPFetch() call


Member Data Documentation

Length of the pabyData buffer

Number of parts in a multipart message

HTTP status code : 200=success, value < 0 if request failed

Buffer with downloaded data

Array of parts (resolved by CPLHTTPParseMultipartMime())

Content-Type of the response

Error message from curl, or NULL


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

Generated for GDAL by doxygen 1.7.4.