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 | Public Attributes | List of all members
web::details::uri_components Struct Reference

Public Member Functions

 uri_components (const uri_components &other)
 
uri_componentsoperator= (const uri_components &other)
 
 uri_components (uri_components &&other) CPPREST_NOEXCEPT
 
uri_componentsoperator= (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
 

The documentation for this struct was generated from the following file: