Searched refs:_writeRaw (Results 1 – 3 of 3) sorted by relevance
14 res._writeRaw('HTTP/1.1 102 Processing\r\n');15 res._writeRaw('Foo: Bar\r\n');16 res._writeRaw('\r\n', common.mustCall());
327 return this._writeRaw(data, encoding, callback);331 OutgoingMessage.prototype._writeRaw = _writeRaw; method in OutgoingMessage332 function _writeRaw(data, encoding, callback) { function
241 this._writeRaw(`HTTP/1.1 100 Continue${CRLF}${CRLF}`, 'ascii', cb);246 this._writeRaw(`HTTP/1.1 102 Processing${CRLF}${CRLF}`, 'ascii', cb);