Home
last modified time | relevance | path

Searched refs:getAuthority (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-util-headers-list.js12 getAuthority,
340 assert.strictEqual(getAuthority({
/third_party/node/lib/internal/http2/
Dutil.js650 function getAuthority(headers) { function
667 getAuthority, property
Dcompat.js67 getAuthority,
427 return getAuthority(this[kHeaders]);
Dcore.js146 getAuthority,
1763 if (getAuthority(headers) === undefined)
1796 `${getAuthority(headers)}`;
2665 this[kAuthority] = getAuthority(headers);
2707 if (getAuthority(headers) === undefined)