Home
last modified time | relevance | path

Searched refs:processHeader (Results 1 - 4 of 4) sorted by relevance

/third_party/node/benchmark/http/
H A Dbench-parser.js21 function processHeader(header, n) { function
53 processHeader(Buffer.from(header), n);
/third_party/node/deps/undici/src/lib/core/
H A Drequest.js186 processHeader(this, headers[i], headers[i + 1])
192 processHeader(this, key, headers[key])
347 processHeader(this, key, value)
370 processHeader(request, headers[i], headers[i + 1], true)
376 processHeader(request, key, headers[key], true)
416 function processHeader (request, key, val, skipAppend = false) {
/third_party/node/lib/
H A D_http_outgoing.js432 processHeader(this, state, entry[0], entry[1], false);
438 processHeader(this, state, entry[0], entry[1], true);
446 processHeader(this, state, headers[n + 0], headers[n + 1], true);
452 processHeader(this, state, key, headers[key], true);
546 function processHeader(self, state, key, value, validate) { function
/third_party/node/deps/undici/
H A Dundici.js7350 processHeader(this, headers[i], headers[i + 1]);
7356 processHeader(this, key, headers[key]);
7482 processHeader(this, key, value);
7498 processHeader(request, headers[i], headers[i + 1], true);
7504 processHeader(request, key, headers[key], true);
7538 function processHeader(request, key, val, skipAppend = false) {
7597 __name(processHeader, "processHeader");

Completed in 16 milliseconds