Changeset 74070 in vbox for trunk/include/iprt
- Timestamp:
- Sep 4, 2018 3:17:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r74064 r74070 317 317 * @param pszField The header field name. 318 318 * @param pszValue The header field value. 319 * @param cchValue The value length or RTSTR_MAX. 319 320 * @param fFlags Only RTHTTPADDHDR_F_FRONT or RTHTTPADDHDR_F_BACK, 320 321 * may be extended with encoding controlling flags if 321 322 * needed later. 322 323 */ 323 RTR3DECL(int) RTHttpAddHeader(RTHTTP hHttp, const char *pszField, const char *pszValue, uint32_t fFlags);324 RTR3DECL(int) RTHttpAddHeader(RTHTTP hHttp, const char *pszField, const char *pszValue, size_t cchValue, uint32_t fFlags); 324 325 325 326 /**
Note:
See TracChangeset
for help on using the changeset viewer.