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

Method Push

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

Source from the content-addressed store, hash-verified

1438 return (*rwState)(w).doEnableFullDuplex()
1439}
1440func (w *rw6) Push(target string, opts *http.PushOptions) error {
1441 return (*rwState)(w).doPush(target, opts)
1442}
1443
1444// combination 8/512: http.ResponseWriter, fullDuplexEnabler, http.Pusher, io.StringWriter
1445type rw7 rwState

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected