(body []byte)
| 16 | // RequestLoggerOutput is the interface for displaying logs |
| 17 | type RequestLoggerOutput interface { |
| 18 | DisplayBody(body []byte) error |
| 19 | DisplayJSONBody(body []byte) error |
| 20 | DisplayHeader(name string, value string) error |
| 21 | DisplayHost(name string) error |
no outgoing calls
no test coverage detected