Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/forwardemail/superagent
/ pipe
Method
pipe
src/node/http2wrapper.js:177–180 ·
view source on GitHub ↗
(stream, options)
Source
from the content-addressed store, hash-verified
175
}
176
177
pipe(stream, options) {
178
const
frame = this.getFrame();
179
return
frame.pipe(stream, options);
180
}
181
182
end(data) {
183
const
frame = this.getFrame();
Callers
11
request.js
File · 0.80
server.js
File · 0.80
sendfile
Function · 0.80
response-readable-stream.js
File · 0.80
basic.js
File · 0.80
pipe.js
File · 0.80
pipe-redirect.js
File · 0.80
query.js
File · 0.80
pipe-callback.js
File · 0.80
index.js
File · 0.80
unzip.js
File · 0.80
Calls
1
getFrame
Method · 0.95
Tested by
no test coverage detected