Home
last modified time | relevance | path

Searched refs:ServerResponse (Results 1 - 6 of 6) sorted by relevance

/third_party/node/lib/
H A D_http_server.js103 const kServerResponse = Symbol('ServerResponse');
194 function ServerResponse(req, options) { class
228 ObjectSetPrototypeOf(ServerResponse.prototype, OutgoingMessage.prototype);
229 ObjectSetPrototypeOf(ServerResponse, OutgoingMessage);
231 ServerResponse.prototype._finish = function _finish() {
255 ServerResponse.prototype.statusCode = 200;
256 ServerResponse.prototype.statusMessage = undefined;
275 // where the ServerResponse object has already been deconstructed.
282 ServerResponse.prototype.assignSocket = function assignSocket(socket) {
293 ServerResponse
[all...]
H A Dhttp.js44 ServerResponse,
52 * ServerResponse?: ServerResponse;
125 ServerResponse,
/third_party/node/test/parallel/
H A Dtest-http2-https-fallback-http-server-options.js37 class MyServerResponse extends http.ServerResponse {
/third_party/node/lib/internal/http2/
H A Dcompat.js519 // only from ServerResponse but not IncomingMessage
883 function onServerStream(ServerRequest, ServerResponse,
887 const response = new ServerResponse(stream);
H A Dcore.js3121 http.ServerResponse;
/third_party/node/lib/internal/
H A Derrors.js1174 'ServerResponse has an already assigned socket', Error);

Completed in 8 milliseconds