MCPcopy Create free account
hub / github.com/felixge/httpsnoop / Write

Method Write

wrap_generated.go:1360–1362  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1358 (*rwState)(w).doWriteHeader(code)
1359}
1360func (w *rw2) Write(b []byte) (int, error) {
1361 return (*rwState)(w).doWrite(b)
1362}
1363func (w *rw2) Push(target string, opts *http.PushOptions) error {
1364 return (*rwState)(w).doPush(target, opts)
1365}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected