Changeset 74231 in vbox for trunk/include/iprt/cpp/restclient.h
- Timestamp:
- Sep 13, 2018 12:19:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restclient.h
r74224 r74231 90 90 */ 91 91 inline RTCString const &getContentType() const { return m_strContentType; } 92 93 /** 94 * Gets the content-length value (UINT64_MAX if not available). 95 */ 96 inline uint64_t getContentLength() const { return m_cbContentLength; } 92 97 93 98 /**
Note:
See TracChangeset
for help on using the changeset viewer.