1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-08 17:35:59 +00:00

minor, see prev commit

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-01 05:11:08 +03:00
parent acf058b006
commit 676048666c
2 changed files with 13 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ Prior to this version the `iris.Context` was the only one dependency that has be
| [http.ResponseWriter](https://golang.org/pkg/net/http/#ResponseWriter) | `ctx.ResponseWriter()` |
| [http.Header](https://golang.org/pkg/net/http/#Header) | `ctx.Request().Header` |
| [time.Time](https://golang.org/pkg/time/#Time) | `time.Now()` |
| [golog.Logger](https://pkg.go.dev/github.com/kataras/golog) | Iris Logger |
| [*golog.Logger](https://pkg.go.dev/github.com/kataras/golog) | Iris Logger |
| [net.IP](https://golang.org/pkg/net/#IP) | `net.ParseIP(ctx.RemoteAddr())` |
| `string`, | |
| `int, int8, int16, int32, int64`, | |