(status int, message string)
| 1501 | } |
| 1502 | |
| 1503 | func (h *handler) setStatus(status int, message string) { |
| 1504 | h.status = status |
| 1505 | h.statusMessage = message |
| 1506 | } |
| 1507 | |
| 1508 | func (h *handler) disableResponseCompression() { |
| 1509 | switch r := h.response.(type) { |
no outgoing calls
no test coverage detected