16#include "../common/gsCommon.h"
29 ghttpCompletedCallback completedCallback,
46GHTTPRequest ghttpGetExA
55 ghttpProgressCallback progressCallback,
56 ghttpCompletedCallback completedCallback,
63GHTTPRequest ghttpSaveA
66 const char * filename,
68 ghttpCompletedCallback completedCallback,
77GHTTPRequest ghttpSaveExA
80 const char * filename,
85 ghttpProgressCallback progressCallback,
86 ghttpCompletedCallback completedCallback,
93GHTTPRequest ghttpStreamA
97 ghttpProgressCallback progressCallback,
98 ghttpCompletedCallback completedCallback,
106GHTTPRequest ghttpStreamExA
109 const char * headers,
113 ghttpProgressCallback progressCallback,
114 ghttpCompletedCallback completedCallback,
122GHTTPRequest ghttpHeadA
126 ghttpCompletedCallback completedCallback,
135GHTTPRequest ghttpHeadExA
138 const char * headers,
141 ghttpProgressCallback progressCallback,
142 ghttpCompletedCallback completedCallback,
152GHTTPRequest ghttpPostA
157 ghttpCompletedCallback completedCallback,
169GHTTPRequest ghttpPostExA
172 const char * headers,
176 ghttpProgressCallback progressCallback,
177 ghttpCompletedCallback completedCallback,
187const char * ghttpGetResponseStatus
189 GHTTPRequest request,
197const char * ghttpGetHeaders
204const char * ghttpGetURL
214GHTTPBool ghttpSetProxyA
221GHTTPBool ghttpPostAddStringA
236GHTTPBool ghttpPostAddFileFromDiskA
240 const char * filename,
241 const char * reportFilename,
242 const char * contentType
255GHTTPBool ghttpPostAddFileFromMemoryA
261 const char * reportFilename,
262 const char * contentType