SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetMethod()

void Spices::Net::HttpRequest::SetMethod ( Method method)

Set Http Method.

Parameters
[in]methodHttp Method.

Definition at line 21 of file HttpRequest.cpp.

22 {
24
25 m_Method = method;
26 }
#define SPICES_PROFILE_ZONE
Method m_Method
Http Method.

References m_Method.