MCPcopy Index your code
hub / github.com/nodejs/node / authority

Method authority

lib/internal/http2/compat.js:418–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 get authority() {
419 return getAuthority(this[kHeaders]);
420 }
421
422 get scheme() {
423 return this[kHeaders][HTTP2_HEADER_SCHEME];

Callers

nothing calls this directly

Calls 1

getAuthorityFunction · 0.85

Tested by

no test coverage detected