GetStatusCode returns the current status code of the response. Look StatusCode too.
()
| 1482 | // GetStatusCode returns the current status code of the response. |
| 1483 | // Look StatusCode too. |
| 1484 | func (ctx *Context) GetStatusCode() int { |
| 1485 | return ctx.writer.StatusCode() |
| 1486 | } |
| 1487 | |
| 1488 | // +------------------------------------------------------------+ |
| 1489 | // | Various Request and Post Data | |