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

Method Hijack

wrap_generated.go:2125–2127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2123 return (*rwState)(w).doWrite(b)
2124}
2125func (w *rw35) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2126 return (*rwState)(w).doHijack()
2127}
2128func (w *rw35) Push(target string, opts *http.PushOptions) error {
2129 return (*rwState)(w).doPush(target, opts)
2130}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected