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

Method getVersion

Libraries/Http/HttpConnection.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412StringSpan HttpIncomingMessage::getVersion() const
413{
414 StringSpan version;
415 (void)findParserToken(HttpParser::Token::Version, version);
416 return version;
417}
418
419AsyncReadableStream& HttpIncomingMessage::getReadableStream()
420{

Callers 1

validateServerRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected