Changeset 73334 in vbox for trunk/include
- Timestamp:
- Jul 23, 2018 4:52:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123943
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r69105 r73334 222 222 223 223 /** 224 * Set follow redirects (3xx) 225 * 226 * @returns iprt status code. 227 * 228 * @param hHttp The HTTP client instance. 229 * @param cMaxRedirects Max number of redirects to follow. Zero if no 230 * redirects should be followed but instead returned 231 * to caller. 232 */ 233 RTR3DECL(int) RTHttpSetFollowRedirects(RTHTTP hHttp, uint32_t cMaxRedirects); 234 235 /** 224 236 * Set custom headers. 225 237 * -
trunk/include/iprt/mangling.h
r73150 r73334 1086 1086 # define RTHeapSimpleSize RT_MANGLER(RTHeapSimpleSize) 1087 1087 # define RTHttpGetFile RT_MANGLER(RTHttpGetFile) 1088 # define RTHttpSetFollowRedirects RT_MANGLER(RTHttpSetFollowRedirects) 1088 1089 # define RTHttpUseSystemProxySettings RT_MANGLER(RTHttpUseSystemProxySettings) 1089 1090 # define RTIniFileCreateFromVfsFile RT_MANGLER(RTIniFileCreateFromVfsFile)
Note:
See TracChangeset
for help on using the changeset viewer.