MCPcopy 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
1034bool SC::HttpClientResponse::getContentType(StringSpan& value) const { return getHeader("Content-Type", value); }
1035
1036bool SC::HttpClientResponse::getContentEncoding(StringSpan& value) const
1037{

Callers 1

responseHeaderHelpersMethod · 0.45

Calls

no outgoing calls

Tested by 1

responseHeaderHelpersMethod · 0.36