1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 02:47:04 +00:00

Update to version 8.5.5 | Read HISTORY.md

Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
This commit is contained in:
kataras
2017-11-02 05:54:33 +02:00
parent 666bcacf20
commit 15feaf0237
100 changed files with 13338 additions and 13155 deletions

6
doc.go
View File

@@ -35,7 +35,7 @@ Source code and other details for the project are available at GitHub:
Current Version
8.5.4
8.5.5
Installation
@@ -333,7 +333,7 @@ Example Code:
h := app.NewHost(&http.Server{Addr:":8080"})
h.RegisterOnShutdown(func(){
println("server was closed!")
println("terminate")
})
app.Run(iris.Raw(h.ListenAndServe))
@@ -398,7 +398,7 @@ Example Code:
//
// we register a shutdown "event" callback
su.RegisterOnShutdown(func() {
println("server is closed")
println("terminate")
})
// su.RegisterOnError
// su.RegisterOnServe