Headers provides the header map that will be sent by http.ResponseWriter WriteHeader.
()
| 11 | type Headerer interface { |
| 12 | // Headers provides the header map that will be sent by http.ResponseWriter WriteHeader. |
| 13 | Headers() http.Header |
| 14 | } |
| 15 | |
| 16 | type StatusCoder interface { |