C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
Public Member Functions | |
uri_components (const uri_components &other) | |
uri_components & | operator= (const uri_components &other) |
uri_components (uri_components &&other) CPPREST_NOEXCEPT | |
uri_components & | operator= (uri_components &&other) CPPREST_NOEXCEPT |
_ASYNCRTIMP utility::string_t | join () |
Public Attributes | |
utility::string_t | m_scheme |
utility::string_t | m_host |
utility::string_t | m_user_info |
utility::string_t | m_path |
utility::string_t | m_query |
utility::string_t | m_fragment |
int | m_port |