/third_party/node/lib/ |
D | _http_incoming.js | 42 function IncomingMessage(socket) { class 84 ObjectSetPrototypeOf(IncomingMessage.prototype, Stream.Readable.prototype); 85 ObjectSetPrototypeOf(IncomingMessage, Stream.Readable); 87 ObjectDefineProperty(IncomingMessage.prototype, 'connection', { 96 IncomingMessage.prototype.setTimeout = function setTimeout(msecs, callback) { 111 IncomingMessage.prototype._read = function _read(n) { 128 IncomingMessage.prototype.destroy = function destroy(error) { 135 IncomingMessage.prototype._addHeaderLines = _addHeaderLines; 269 IncomingMessage.prototype._addHeaderLine = _addHeaderLine; 297 IncomingMessage.prototype._dump = function _dump() { [all …]
|
D | http.js | 31 const { IncomingMessage } = require('_http_incoming'); 116 IncomingMessage, property
|
D | _http_common.js | 37 IncomingMessage, 95 IncomingMessage;
|
D | _http_server.js | 60 const { IncomingMessage } = require('_http_incoming'); 341 this[kIncomingMessage] = options.IncomingMessage || IncomingMessage;
|
/third_party/node/test/parallel/ |
D | test-http-incoming-matchKnownFields.js | 4 const IncomingMessage = require('http').IncomingMessage; constant 9 const incomingMessage = new IncomingMessage(field);
|
D | test-http-server-options-incoming-message.js | 13 class MyIncomingMessage extends http.IncomingMessage { 20 IncomingMessage: MyIncomingMessage property
|
D | test-https-server-options-incoming-message.js | 19 class MyIncomingMessage extends http.IncomingMessage { 29 IncomingMessage: MyIncomingMessage property
|
D | test-http-incoming-message-destroy.js | 8 const incomingMessage = new http.IncomingMessage();
|
D | test-http-incoming-message-connection-setter.js | 10 const incomingMessage = new http.IncomingMessage();
|
D | test-http-client-abort-response-event.js | 21 req.emit('response', new http.IncomingMessage(new net.Socket()));
|
D | test-http-set-timeout-server.js | 67 assert.ok(s instanceof http.IncomingMessage); 101 assert.ok(s instanceof http.IncomingMessage);
|
D | test-https-set-timeout-server.js | 80 assert.ok(s instanceof http.IncomingMessage); 120 assert.ok(s instanceof http.IncomingMessage);
|
D | test-http2-https-fallback-http-server-options.js | 31 class MyIncomingMessage extends http.IncomingMessage {
|
/third_party/typescript/tests/baselines/reference/user/ |
D | TypeScript-WeChat-Starter.log | 3 …ct/index.d.ts(20,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mea…
|
/third_party/node/deps/npm/node_modules/agentkeepalive/ |
D | index.d.ts | 32 createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void;
|
/third_party/node/doc/api/ |
D | http.md | 367 argument which is an instance of [`http.IncomingMessage`][]. 401 * `response` {http.IncomingMessage} 526 * `response` {http.IncomingMessage} 557 * `response` {http.IncomingMessage} 1036 * `request` {http.IncomingMessage} 1056 * `request` {http.IncomingMessage} 1155 * `request` {http.IncomingMessage} Arguments for the HTTP request, as it is in 1201 * `request` {http.IncomingMessage} 1217 * `request` {http.IncomingMessage} Arguments for the HTTP request, as it is in 1907 ## Class: `http.IncomingMessage` [all …]
|
D | http2.md | 2233 * `Http1IncomingMessage` {http.IncomingMessage} Specifies the 2234 `IncomingMessage` class to used for HTTP/1 fallback. Useful for extending 2235 the original `http.IncomingMessage`. **Default:** `http.IncomingMessage`.
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 100 'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
|
/third_party/node/deps/npm/node_modules/form-data/ |
D | README.md.bak | 70 // res – response object (http.IncomingMessage) //
|
D | README.md | 70 // res – response object (http.IncomingMessage) //
|
/third_party/node/deps/npm/node_modules/request/ |
D | README.md | 71 …se is received. The `response` argument will be an instance of [http.IncomingMessage](https://node… 789 … (available from the `response` event) which is the unmodified `http.IncomingMessage` object which… 856 2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) ob… 1026 // unmodified http.IncomingMessage object
|
D | CHANGELOG.md | 101 - [#2212](https://github.com/request/request/pull/2212) Fix link to http.IncomingMessage documentat… 147 - [#1958](https://github.com/request/request/pull/1958) Use IncomingMessage.destroy method (@simov)
|
/third_party/node/lib/internal/http2/ |
D | core.js | 3033 http.IncomingMessage;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 1792 …/node/commit/926bb4fd17)] - **http**: explain the unused argument in IncomingMessage.\_read (Qingy… 2178 …odejs/node/commit/4264d9aa67)] - ***Revert*** "**http**: lazy create IncomingMessage.headers" (Bet… 2305 …//github.com/nodejs/node/commit/b58725c4c0)] - **http**: lazy create IncomingMessage.headers (Robe… 3393 …/commit/c7959557db)] - **(SEMVER-MINOR)** **http**: return this from IncomingMessage#destroy() (Co… 3565 …ub.com/nodejs/node/commit/6dbd63c8ba)] - ***Revert*** "**http**: set IncomingMessage.destroyed" (R… 3790 …](https://github.com/nodejs/node/commit/b634d4b000)] - **http**: set IncomingMessage.destroyed (Ro… 4216 …ommit/c1b2f6afbe)] - **(SEMVER-MAJOR)** **http**: detach socket from IncomingMessage on keep-alive…
|
D | CHANGELOG_V13.md | 921 …de/commit/7815d5f2cb)] - **doc**: update message.url example in http.IncomingMessage (Tadao Iseki)… 1340 …ttps://github.com/nodejs/node/commit/a25626c1ed)] - **doc**: clarify IncomingMessage.destroy() des… 1763 …/nodejs/node/commit/2505f678ef)] - **http**: support readable hwm in IncomingMessage (Colin Ihrig)…
|