Home
last modified time | relevance | path

Searched refs:onResponse (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-flush-response-headers.js18 }, onResponse);
22 function onResponse(res) { function
Dtest-tls-over-http-tunnel.js111 req.on('response', onResponse); // for v0.6
116 function onResponse(res) { function
Dtest-http-upgrade-advertise.js32 }, function onResponse(res) { function
/third_party/node/deps/npm/node_modules/request/lib/
Dredirect.js70 var authHeader = request._auth.onResponse(response)
79 Redirect.prototype.onResponse = function (response) { method in Redirect
Dauth.js143 Auth.prototype.onResponse = function (response) { method in Auth
/third_party/node/deps/npm/node_modules/tunnel-agent/
Dindex.js137 connectReq.once('response', onResponse) // for v0.6
143 function onResponse(res) { function
/third_party/node/lib/internal/debugger/
Dinspect_client.js270 function onResponse(httpRes) { function
294 httpReq.on('response', onResponse);
/third_party/node/deps/npm/node_modules/request/
Drequest.js993 if (self._redirect.onResponse(response)) {