MCPcopy
hub / github.com/coyove/goflyway / Writes

Method Writes

proxy/util.go:118–123  ·  view source on GitHub ↗
(ss ...string)

Source from the content-addressed store, hash-verified

116}
117
118func (b *buffer) Writes(ss ...string) *buffer {
119 for _, s := range ss {
120 b.WriteString(s)
121 }
122 return b
123}
124
125func (proxy *ProxyClient) addToDummies(req *http.Request) {
126 for _, field := range dummyHeaders {

Callers 7

replyGoodMethod · 0.95
manInTheMiddleMethod · 0.95
encryptRequestMethod · 0.95
decryptRequestMethod · 0.95
copyHeadersFunction · 0.95
dialUpstreamAndBridgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected