MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / wrapH1RespWriter

Function wrapH1RespWriter

handler/adapter.go:112–116  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

110}
111
112func wrapH1RespWriter(w io.Writer) wrappedH1RespWriter {
113 return wrappedH1RespWriter{
114 w: w,
115 }
116}
117
118func (w wrappedH1RespWriter) Read(p []byte) (n int, err error) {
119 return 0, io.EOF

Callers 2

HandleTunnelMethod · 0.85
HandleRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected