VirtualBox

Ignore:
Timestamp:
Aug 29, 2018 7:12:41 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124699
Message:

IPRT/http: Implemented RTHttpPerform function. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp

    r73918 r73967  
    125125                     */
    126126                    uint32_t uHttpStatus = 0;
    127                     rc = RTHttpPerform(hHttp, strFullUrl.c_str(), a_enmHttpMethod,
     127                    rc = RTHttpPerform(hHttp, strFullUrl.c_str(), a_enmHttpMethod, strXmitBody.c_str(), strXmitBody.length(),
    128128                                       &uHttpStatus, ppvHdrs, &cbHdrs, ppvBody, &cbBody);
    129129                    if (RT_SUCCESS(rc))
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