Changeset 73967 in vbox for trunk/src/VBox/Runtime/common/rest
- Timestamp:
- Aug 29, 2018 7:12:41 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
r73918 r73967 125 125 */ 126 126 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(), 128 128 &uHttpStatus, ppvHdrs, &cbHdrs, ppvBody, &cbBody); 129 129 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.