Changeset 43713 in vbox for trunk/include/iprt
- Timestamp:
- Oct 23, 2012 3:11:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r43679 r43713 87 87 const char *pcszProxyUser, const char *pcszProxyPwd); 88 88 89 90 /** 91 * Set custom headers. 92 * 93 * @returns iprt status code. 94 * 95 * @param hHttp HTTP interface handle. 96 * @param cHeaders number of custom headers. 97 * @param pcszHeaders array of headers in form "foo: bar". 98 */ 99 RTR3DECL(int) RTHttpSetHeaders(RTHTTP hHttp, uint32_t cHeaders, const char *pcszHeaders[]); 89 100 /** @} */ 90 101
Note:
See TracChangeset
for help on using the changeset viewer.