1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

Update to 4.5.2

This commit is contained in:
Gerasimos Maropoulos
2016-10-11 22:35:12 +03:00
parent 40b000c20f
commit 9bce4e846a
7 changed files with 121 additions and 15 deletions

View File

@@ -79,7 +79,7 @@ import (
const (
// Version is the current version of the Iris web framework
Version = "4.5.1"
Version = "4.5.2"
banner = ` _____ _
|_ _| (_)
@@ -353,6 +353,7 @@ func (s *Framework) Build() {
// prepare the mux runtime fields again, for any case
s.mux.setCorrectPath(!s.Config.DisablePathCorrection)
s.mux.setEscapePath(!s.Config.DisablePathEscape)
s.mux.setFireMethodNotAllowed(s.Config.FireMethodNotAllowed)
// prepare the server's handler, we do that check because iris supports
// custom routers (you can take the routes registed by iris using iris.Lookups function)