| 730 | } |
| 731 | |
| 732 | type pipeResponse struct { |
| 733 | req *http.Request |
| 734 | reader *io.PipeReader |
| 735 | } |
| 736 | |
| 737 | // PipeResponse returns a new pipe response. |
| 738 | func PipeResponse(r *http.Request, reader *io.PipeReader) Response { |
nothing calls this directly
no outgoing calls
no test coverage detected