MCPcopy Create free account
hub / github.com/zalando/skipper / defaultBody

Function defaultBody

proxy/context.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func defaultBody() io.ReadCloser {
70 return io.NopCloser(&bytes.Buffer{})
71}
72
73func defaultResponse(r *http.Request) *http.Response {
74 return &http.Response{

Callers 5

defaultResponseFunction · 0.85
cloneRequestMetadataFunction · 0.85
cloneResponseMetadataFunction · 0.85
ensureDefaultResponseMethod · 0.85
ServeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…