StatusCode provides the status code for the http response.
()
| 16 | type StatusCoder interface { |
| 17 | // StatusCode provides the status code for the http response. |
| 18 | StatusCode() int |
| 19 | } |
| 20 | |
| 21 | // ResponseEncoder encodes either a successful http response or errors to the JSON format, |
no outgoing calls