MCPcopy Create free account
hub / github.com/boostorg/beast / http_parser_version

Function http_parser_version

test/bench/parser/nodejs-parser/http_parser.c:2463–2468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2461}
2462
2463unsigned long
2464http_parser_version(void) {
2465 return HTTP_PARSER_VERSION_MAJOR * 0x10000 |
2466 HTTP_PARSER_VERSION_MINOR * 0x00100 |
2467 HTTP_PARSER_VERSION_PATCH * 0x00001;
2468}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected