Response implements Printer.Response.
(*http.Response, time.Duration)
| 87 | |
| 88 | // Response implements Printer.Response. |
| 89 | func (CurlPrinter) Response(*http.Response, time.Duration) { |
| 90 | } |
| 91 | |
| 92 | // DebugPrinter implements Printer and WebsocketPrinter. |
| 93 | // Uses net/http/httputil to dump both requests and responses. |
no outgoing calls