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

Method Push

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

Source from the content-addressed store, hash-verified

1803 return (*rwState)(w).doEnableFullDuplex()
1804}
1805func (w *rw22) Push(target string, opts *http.PushOptions) error {
1806 return (*rwState)(w).doPush(target, opts)
1807}
1808
1809// combination 24/512: http.ResponseWriter, io.ReaderFrom, fullDuplexEnabler, http.Pusher, io.StringWriter
1810type rw23 rwState

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected