Searched defs:RTHTTP (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dhttp.h40 /** RTHTTP interface handle. */
41 typedef R3PTRTYPE(struct RTHTTPINTERNAL *) RTHTTP; typedef
42 /** Pointer to a RTHTTP interface handle. */
43 typedef RTHTTP *PRTHTTP;
44 /** Nil RTHTTP interface handle. */
45 #define NIL_RTHTTP ((RTHTTP)0)
62 RTR3DECL(void) RTHttpDestroy(RTHTTP hHttp);
72 RTR3DECL(int) RTHttpGetRedirLocation(RTHTTP hHttp, char **ppszRedirLocation);
84 RTR3DECL(int) RTHttpGetText(RTHTTP hHttp, const char *pcszUrl, char **ppszResponse);
96 RTR3DECL(int) RTHttpGetBinary(RTHTTP hHtt
[all...]

Completed in 52 milliseconds