Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ getContentType
Method
getContentType
Libraries/HttpClient/HttpClient.cpp:1034–1034 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1032
}
1033
1034
bool SC::HttpClientResponse::getContentType(StringSpan& value) const { return getHeader(
"Content-Type"
, value); }
1035
1036
bool SC::HttpClientResponse::getContentEncoding(StringSpan& value) const
1037
{
Callers
1
responseHeaderHelpers
Method · 0.45
Calls
no outgoing calls
Tested by
1
responseHeaderHelpers
Method · 0.36