MCPcopy
hub / github.com/forwardemail/superagent / write

Method write

src/node/http2wrapper.js:172–175  ·  view source on GitHub ↗
(data, encoding)

Source from the content-addressed store, hash-verified

170 }
171
172 write(data, encoding) {
173 const frame = this.getFrame();
174 return frame.write(data, encoding);
175 }
176
177 pipe(stream, options) {
178 const frame = this.getFrame();

Callers 6

request.jsFile · 0.80
server.jsFile · 0.80
basic.jsFile · 0.80
inflate.jsFile · 0.80
index.jsFile · 0.80
unzip.jsFile · 0.80

Calls 1

getFrameMethod · 0.95

Tested by

no test coverage detected