mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
add new ':email' path parameter and revert the jsoniter removal
This commit is contained in:
@@ -172,7 +172,7 @@ func (e *Engine) Rewrite(w http.ResponseWriter, r *http.Request, routeHandler ht
|
||||
hostport := context.GetHost(r)
|
||||
root := context.GetDomain(hostport)
|
||||
|
||||
e.initDebugf("Begin request: full host: %s and root domain: %s", hostport, root)
|
||||
e.initDebugf("Begin request: full host: %s and root domain: %s\n", hostport, root)
|
||||
// Note:
|
||||
// localhost and 127.0.0.1 are not supported for subdomain rewrite, by purpose,
|
||||
// use a virtual host instead.
|
||||
|
||||
Reference in New Issue
Block a user