VirtualBox

Changeset 43713 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 23, 2012 3:11:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81590
Message:

iprt/http: added support for custom headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/http.h

    r43679 r43713  
    8787                             const char *pcszProxyUser, const char *pcszProxyPwd);
    8888
     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 */
     99RTR3DECL(int) RTHttpSetHeaders(RTHTTP hHttp, uint32_t cHeaders, const char *pcszHeaders[]);
    89100/** @} */
    90101
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette