mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
minor misspell
parent
5479c17138
commit
86b8ed4f39
|
@ -1,6 +1,6 @@
|
|||
In this section you will learn how to override the existing [Context](https://godoc.org/github.com/kataras/iris/context#Context)'s methods.
|
||||
|
||||
The [Context](https://godoc.org/github.com/kataras/iris/context#Context) is an interface. However on other frameworks you don't have that functionality of overriding it even if it's used as an interface. With Iris you can **attach** your implementation to the **context pool** itself using the `app.ContextPool.Attach` method.
|
||||
The [Context](https://godoc.org/github.com/kataras/iris/context#Context) is an interface. However as you probably know, when using other frameworks you don't have that functionality of overriding even if it's used as an interface. With Iris you can **attach** your implementation to the **context pool** itself using the `app.ContextPool.Attach` method.
|
||||
|
||||
1. Let's get started by importing the `"github.com/kataras/iris/context"` which is required here.
|
||||
2. Secondly, create your own Context implementation.
|
||||
|
|
Loading…
Reference in New Issue
Block a user