Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
bool HttpIncomingMessage::getHeader(StringSpan headerName, StringSpan& value) const
408
{
409
return parsedHeaders.getHeader(headerName, value);
410
}
411
412
StringSpan HttpIncomingMessage::getVersion() const
413
{
Callers
11
blockingCustomHeaders
Method · 0.45
responseHeaderHelpers
Method · 0.45
contentCodingPolicy
Method · 0.45
proxyOptions
Method · 0.45
requestOptions
Method · 0.45
onEnd
Method · 0.45
getFile
Method · 0.45
prepareResponseDecompression
Method · 0.45
responseHasKnownLength
Method · 0.45
validateServerRequest
Method · 0.45
validateClientResponse
Method · 0.45
Calls
no outgoing calls
Tested by
6
blockingCustomHeaders
Method · 0.36
responseHeaderHelpers
Method · 0.36
contentCodingPolicy
Method · 0.36
proxyOptions
Method · 0.36
requestOptions
Method · 0.36
onEnd
Method · 0.36