MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Headers

Method Headers

sdk/cliproxy/auth/conductor.go:1692–1697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1690}
1691
1692func (e *streamBootstrapError) Headers() http.Header {
1693 if e == nil {
1694 return nil
1695 }
1696 return cloneHTTPHeader(e.headers)
1697}
1698
1699func streamErrorResult(headers http.Header, err error) *cliproxyexecutor.StreamResult {
1700 ch := make(chan cliproxyexecutor.StreamChunk, 1)

Callers 1

ExecuteStreamMethod · 0.95

Calls 1

cloneHTTPHeaderFunction · 0.70

Tested by

no test coverage detected