SpiecsEngine
Loading...
Searching...
No Matches
◆
AddHeader()
void Spices::Net::HttpResponse::AddHeader
(
const std::string &
name
,
const std::string &
value
)
Add a header.
Parameters
[in]
name
header name.
[in]
value
header value.
Definition at line
50
of file
HttpResponse.cpp
.
51
{
52
SPICES_PROFILE_ZONE
;
53
54
m_Header
[name] = value;
55
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::Net::HttpResponse::m_Header
std::unordered_map< std::string, std::string > m_Header
This response header.
Definition
HttpResponse.h:105
Referenced by
SetContentType()
.
Spices
Net
HttpResponse
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0