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

Function hasBodyHeaders

lib/_http_server.js:1249–1251  ·  view source on GitHub ↗
(headers)

Source from the content-addressed store, hash-verified

1247}
1248
1249function hasBodyHeaders(headers) {
1250 return ('content-length' in headers) || ('transfer-encoding' in headers);
1251}
1252
1253// The following callback is issued after the headers have been read on a
1254// new message. In this callback we setup the response object and pass it

Callers 1

parserOnIncomingFunction · 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…