mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01:00
Fix the HTTP/2 Server Push example link.
Former-commit-id: 26b500fbfe61b4f69416ec24b50c7d069d0f2e09
This commit is contained in:
parent
48b470f5da
commit
02afd3789d
|
@ -11,7 +11,7 @@ Users already notified for some breaking-changes, this section will help you
|
|||
to adapt the new changes to your application, it contains an overview of the new features too.
|
||||
|
||||
- Shutdown with `app.Shutdown(context.Context) error`, no need for any third-parties, with `EventPolicy.Interrupted` and Go's 1.8 Gracefully Shutdown feature you're ready to go!
|
||||
- HTTP/2 Go 1.8 `context.Push(target string, opts *http.PushOptions) error` is supported, example can be found [here](https://github.com/kataras/iris.v6/blob/master/adaptors/websocket/_examples/webocket_secure/main.go)
|
||||
- HTTP/2 Go 1.8 `context.Push(target string, opts *http.PushOptions) error` is supported, example can be found [here](https://github.com/kataras/iris/blob/v6/adaptors/websocket/_examples/webocket_secure/main.go)
|
||||
|
||||
- Router (two lines to add, new features)
|
||||
- Template engines (two lines to add, same features as before, except their easier configuration)
|
||||
|
|
Loading…
Reference in New Issue
Block a user