Home
last modified time | relevance | path

Searched refs:_storeHeader (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/
H A D_http_client.js324 this._storeHeader(this.method + ' ' + this.path + ' HTTP/1.1\r\n',
328 this._storeHeader(this.method + ' ' + this.path + ' HTTP/1.1\r\n',
405 this._storeHeader(this.method + ' ' + this.path + ' HTTP/1.1\r\n',
H A D_http_outgoing.js414 OutgoingMessage.prototype._storeHeader = _storeHeader;
415 function _storeHeader(firstLine, headers) { function
H A D_http_server.js420 this._storeHeader(statusLine, headers);

Completed in 4 milliseconds