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]
name
Header name.
[in]
value
Header value.
Definition at line
42
of file
HttpRequest.cpp
.
43
{
44
SPICES_PROFILE_ZONE
;
45
46
m_Headers
[name] = value;
47
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::Net::HttpRequest::m_Headers
std::unordered_map< std::string, std::string > m_Headers
Http Headers.
Definition
HttpRequest.h:143
Spices
Net
HttpRequest
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0