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

Method findParserToken

Libraries/Http/HttpConnection.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402bool HttpIncomingMessage::findParserToken(HttpParser::Token token, StringSpan& res) const
403{
404 return parsedHeaders.findParserToken(token, res);
405}
406
407bool HttpIncomingMessage::getHeader(StringSpan headerName, StringSpan& value) const
408{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected