MCPcopy Create free account
hub / github.com/libgit2/git2go / httpSmartSubtransportStream

Struct httpSmartSubtransportStream

http.go:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125type httpSmartSubtransportStream struct {
126 owner *httpSmartSubtransport
127 req *http.Request
128 resp *http.Response
129 reader *io.PipeReader
130 writer *io.PipeWriter
131 sentRequest bool
132 recvReply sync.WaitGroup
133 httpError error
134}
135
136func newManagedHttpStream(owner *httpSmartSubtransport, req *http.Request) *httpSmartSubtransportStream {
137 r, w := io.Pipe()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected