mirror of
https://github.com/kataras/iris.git
synced 2025-12-27 06:47:08 +00:00
Add history for v3.0.0.-beta.2. Some fixes to subdomains listening on local 127.0.0.1. Change GetURI to ParseURI
Examples and e-book updated also.
This commit is contained in:
@@ -86,12 +86,12 @@ type (
|
||||
URLParams() map[string]string
|
||||
MethodString() string
|
||||
HostString() string
|
||||
Subdomain() string
|
||||
PathString() string
|
||||
RequestIP() string
|
||||
RemoteAddr() string
|
||||
RequestHeader(k string) string
|
||||
PostFormValue(string) string
|
||||
GetSubdomain() string
|
||||
}
|
||||
|
||||
// IContextResponse is part of the IContext
|
||||
|
||||
Reference in New Issue
Block a user