Home
last modified time | relevance | path

Searched refs:getRawHeaderNames (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-mutable-headers.js50 assert.deepStrictEqual(res.getRawHeaderNames(), []);
112 assert.deepStrictEqual(res.getRawHeaderNames(),
229 assert.deepStrictEqual(req.getRawHeaderNames(),
/third_party/node/lib/
D_http_outgoing.js594 OutgoingMessage.prototype.getRawHeaderNames = function getRawHeaderNames() { method in OutgoingMessage
/third_party/node/doc/api/
Dhttp.md759 ### `request.getRawHeaderNames()`
773 const headerNames = request.getRawHeaderNames();
Ddeprecations.md1343 `OutgoingMessage.prototype.getRawHeaderNames()`,
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1564 …* add http.ClientRequest.getRawHeaderNames() (simov) [#37660](https://github.com/nodejs/node/pull/…
1901 …/d0115f14f6)] - **(SEMVER-MINOR)** **http**: add http.ClientRequest.getRawHeaderNames() (simov) [#…