Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js231 const kAuthority = Symbol('authority'); constant
1764 headers[HTTP2_HEADER_AUTHORITY] = this[kAuthority];
2665 this[kAuthority] = getAuthority(headers);
2708 headers[HTTP2_HEADER_AUTHORITY] = this[kAuthority];
3307 session[kAuthority] = `${options.servername || host}:${port}`;