SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPath()

const std::string & Spices::Net::HttpRequest::GetPath ( )
inline

Get Http path.

Returns
Returns Http Path.

Definition at line 65 of file HttpRequest.h.

65{ return m_Path; }
std::string m_Path
Http Path.

References m_Path.