Swap with another HttpRequest.
- Parameters
-
Definition at line 65 of file HttpRequest.cpp.
66 {
68
74 }
#define SPICES_PROFILE_ZONE
Version m_Version
Http Version.
std::unordered_map< std::string, std::string > m_Headers
Http Headers.
std::string m_Path
Http Path.
std::unordered_map< std::string, std::string > m_Parameters
Http Parameters.
Method m_Method
Http Method.
References m_Method, m_Path, and m_Version.