Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http-information-headers.js14 res._writeRaw('HTTP/1.1 102 Processing\r\n');
15 res._writeRaw('Foo: Bar\r\n');
16 res._writeRaw('\r\n', common.mustCall());
/third_party/node/lib/
D_http_outgoing.js327 return this._writeRaw(data, encoding, callback);
331 OutgoingMessage.prototype._writeRaw = _writeRaw; method in OutgoingMessage
332 function _writeRaw(data, encoding, callback) { function
D_http_server.js241 this._writeRaw(`HTTP/1.1 100 Continue${CRLF}${CRLF}`, 'ascii', cb);
246 this._writeRaw(`HTTP/1.1 102 Processing${CRLF}${CRLF}`, 'ascii', cb);