MCPcopy Index your code
hub / github.com/cortexproject/cortex / StreamWriteYAMLV3Response

Function StreamWriteYAMLV3Response

pkg/util/http.go:138–140  ·  view source on GitHub ↗

StreamWriteYAMLV3Response stream writes data as http response using yaml v3 library

(w http.ResponseWriter, iter chan any, logger log.Logger)

Source from the content-addressed store, hash-verified

136
137// StreamWriteYAMLV3Response stream writes data as http response using yaml v3 library
138func StreamWriteYAMLV3Response(w http.ResponseWriter, iter chan any, logger log.Logger) {
139 streamWriteYAMLResponseCommon(w, iter, logger, yamlv3.Marshal)
140}
141
142// CompressionType for encoding and decoding requests and responses.
143type CompressionType int

Callers 1

ListAllRulesMethod · 0.92

Calls 1

Tested by

no test coverage detected