MCPcopy
hub / github.com/lxc/incus / pipeResponse

Struct pipeResponse

internal/server/response/response.go:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732type pipeResponse struct {
733 req *http.Request
734 reader *io.PipeReader
735}
736
737// PipeResponse returns a new pipe response.
738func PipeResponse(r *http.Request, reader *io.PipeReader) Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected