mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
upstream fixes
Former-commit-id: 574060e41ace86cd86588795eadb1ad4083ec630
This commit is contained in:
@@ -1724,7 +1724,7 @@ type (
|
||||
Subdomain string `json:"subdomain" form:"referrer_subdomain" xml:"Subdomain" yaml:"Subdomain" toml:"Subdomain"`
|
||||
Domain string `json:"domain" form:"referrer_domain" xml:"Domain" yaml:"Domain" toml:"Domain"`
|
||||
Tld string `json:"tld" form:"referrer_tld" xml:"Tld" yaml:"Tld" toml:"Tld"`
|
||||
Path string `jsonn:"path" form:"referrer_path" xml:"Path" yaml:"Path" toml:"Path"`
|
||||
Path string `json:"path" form:"referrer_path" xml:"Path" yaml:"Path" toml:"Path"`
|
||||
Query string `json:"query" form:"referrer_query" xml:"Query" yaml:"Query" toml:"GoogleType"`
|
||||
GoogleType ReferrerGoogleSearchType `json:"googleType" form:"referrer_google_type" xml:"GoogleType" yaml:"GoogleType" toml:"GoogleType"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user