SpiecsEngine
Loading...
Searching...
No Matches
◆
SetContentType()
void Spices::Net::HttpResponse::SetContentType
(
const std::string &
contentType
)
Set ContentType.
Parameters
[in]
contentType
ContentType.
Definition at line
43
of file
HttpResponse.cpp
.
44
{
45
SPICES_PROFILE_ZONE
;
46
47
AddHeader
(
"Content-Type"
, contentType);
48
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::Net::HttpResponse::AddHeader
void AddHeader(const std::string &name, const std::string &value)
Add a header.
Definition
HttpResponse.cpp:50
References
AddHeader()
.
Spices
Net
HttpResponse
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0