MCPcopy Index your code
hub / github.com/nodejs/node / isContentDispositionField

Function isContentDispositionField

lib/_http_outgoing.js:102–104  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

100}
101
102function isContentDispositionField(s) {
103 return s.length === 19 && s.toLowerCase() === 'content-disposition';
104}
105
106function OutgoingMessage(options) {
107 Stream.call(this);

Callers 1

processHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…