MCPcopy Index your code
hub / github.com/ContentSquare/chproxy / ResponseWriterWithCode

Interface ResponseWriterWithCode

io.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type ResponseWriterWithCode interface {
18 http.ResponseWriter
19 StatusCode() int
20}
21
22type StatResponseWriter interface {
23 http.ResponseWriter

Callers

nothing calls this directly

Implementers 4

mockStatResponseWriterproxyretry_test.go
mockResponseWriterWithCodeproxyretry_test.go
TmpFileResponseWritercache/tmp_file_response_writer.go

Calls

no outgoing calls

Tested by

no test coverage detected