Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ writeContinue
Method
writeContinue
lib/internal/http2/compat.js:933–935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
931
932
// TODO doesn't support callbacks
933
writeContinue() {
934
return
this.writeInformation(HTTP_STATUS_CONTINUE);
935
}
936
937
writeEarlyHints(hints) {
938
validateObject(hints,
'hints'
);
Callers
5
parserOnIncoming
Function · 0.80
onServerStream
Function · 0.80
test-http-write-callbacks.js
File · 0.80
test-http-expect-continue.js
File · 0.80
test-http2-compat-expect-continue-check.js
File · 0.80
Calls
1
writeInformation
Method · 0.95
Tested by
no test coverage detected