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

Method Push

wrap_generated.go:1630–1632  ·  view source on GitHub ↗
(target string, opts *http.PushOptions)

Source from the content-addressed store, hash-verified

1628 return (*rwState)(w).doEnableFullDuplex()
1629}
1630func (w *rw14) Push(target string, opts *http.PushOptions) error {
1631 return (*rwState)(w).doPush(target, opts)
1632}
1633
1634// combination 16/512: http.ResponseWriter, deadliner, fullDuplexEnabler, http.Pusher, io.StringWriter
1635type rw15 rwState

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected