SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetPath()

void Spices::Net::HttpRequest::SetPath ( const std::string & path)

Set Http path.

Parameters
[in]pathHttp Path.

Definition at line 14 of file HttpRequest.cpp.

15 {
17
18 m_Path = path;
19 }
#define SPICES_PROFILE_ZONE
std::string m_Path
Http Path.

References m_Path.