mirror of
https://github.com/kataras/iris.git
synced 2025-12-29 15:57:09 +00:00
Wildcard subdomain full support | v3.0.0-beta.2
Update to v3.0.0-beta.2. Wildcard subdomain e-book section: https://kataras.gitbooks.io/iris/content/subdomains.html
This commit is contained in:
@@ -55,6 +55,8 @@ type (
|
||||
sessionStore store.IStore
|
||||
// pos is the position number of the Context, look .Next to understand
|
||||
pos uint8
|
||||
// subdomain the subdomain (taken from the host), this is empty until GetSubdomain called
|
||||
subdomain string
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user