MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / HttpContentTypeTextHtmlUtf8

Function HttpContentTypeTextHtmlUtf8

Libraries/Http/HttpHeaders.cpp:483–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481StringSpan HttpContentTypeTextPlainUtf8() { return "text/plain; charset=utf-8"; }
482
483StringSpan HttpContentTypeTextHtmlUtf8() { return "text/html; charset=utf-8"; }
484
485StringSpan HttpContentTypeApplicationJson() { return "application/json"; }
486

Callers 2

headerBuildersMethod · 0.85
handleRequestMethod · 0.85

Calls

no outgoing calls

Tested by 1

headerBuildersMethod · 0.68