MCPcopy Create free account
hub / github.com/nodejs/undici / llhttp_get_method

Function llhttp_get_method

deps/llhttp/src/api.c:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97uint8_t llhttp_get_method(llhttp_t* parser) {
98 return parser->method;
99}
100
101int llhttp_get_status_code(llhttp_t* parser) {
102 return parser->status_code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected