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

Function processInformationHeader

lib/_http_server.js:359–363  ·  view source on GitHub ↗
(name, value, lenient)

Source from the content-addressed store, hash-verified

357};
358
359function processInformationHeader(name, value, lenient) {
360 validateHeaderName(name);
361 validateHeaderValue(name, value, lenient);
362 return `${name}: ${value}\r\n`;
363}
364
365ServerResponse.prototype.writeContinue = function writeContinue(cb) {
366 this.writeInformation(100, null, cb);

Callers 1

_http_server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…