URL 获取完整的URL
()
| 1501 | |
| 1502 | // URL 获取完整的URL |
| 1503 | func (this *HTTPRequest) URL() string { |
| 1504 | return this.requestScheme() + "://" + this.ReqHost + this.uri |
| 1505 | } |
| 1506 | |
| 1507 | // Host 获取Host |
| 1508 | func (this *HTTPRequest) Host() string { |
no test coverage detected