Response implements Printer.Response.
(*http.Response, time.Duration)
| 60 | |
| 61 | // Response implements Printer.Response. |
| 62 | func (CompactPrinter) Response(*http.Response, time.Duration) { |
| 63 | } |
| 64 | |
| 65 | // CurlPrinter implements Printer. |
| 66 | // Uses http2curl to dump requests as curl commands that can be inserted |
no outgoing calls