SpiecsEngine
 
Loading...
Searching...
No Matches

◆ AddHeader()

void Spices::Net::HttpRequest::AddHeader ( const std::string & name,
const std::string & value )

Add a Header to this HttpRequest.

Parameters
[in]nameHeader name.
[in]valueHeader value.

Definition at line 42 of file HttpRequest.cpp.

43 {
45
46 m_Headers[name] = value;
47 }
#define SPICES_PROFILE_ZONE
std::unordered_map< std::string, std::string > m_Headers
Http Headers.