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

Method getHeader

Libraries/Http/HttpConnection.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407bool HttpIncomingMessage::getHeader(StringSpan headerName, StringSpan& value) const
408{
409 return parsedHeaders.getHeader(headerName, value);
410}
411
412StringSpan HttpIncomingMessage::getVersion() const
413{

Callers 11

blockingCustomHeadersMethod · 0.45
responseHeaderHelpersMethod · 0.45
contentCodingPolicyMethod · 0.45
proxyOptionsMethod · 0.45
requestOptionsMethod · 0.45
onEndMethod · 0.45
getFileMethod · 0.45
validateServerRequestMethod · 0.45

Calls

no outgoing calls

Tested by 6

blockingCustomHeadersMethod · 0.36
responseHeaderHelpersMethod · 0.36
contentCodingPolicyMethod · 0.36
proxyOptionsMethod · 0.36
requestOptionsMethod · 0.36
onEndMethod · 0.36