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

Function HttpContentTypeApplicationJson

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

Source from the content-addressed store, hash-verified

483StringSpan HttpContentTypeTextHtmlUtf8() { return "text/html; charset=utf-8"; }
484
485StringSpan HttpContentTypeApplicationJson() { return "application/json"; }
486
487StringSpan HttpContentTypeApplicationOctetStream() { return "application/octet-stream"; }
488

Callers 1

headerBuildersMethod · 0.85

Calls

no outgoing calls

Tested by 1

headerBuildersMethod · 0.68