获得客户端信息 包括浏览器端所发送给服务器的所有信息 其中, 1. 通过和nginx/apache等反向代理合作,可以安全获得客户端ip @see #getAddress() @see ReverseProxy 2. 可以获得url上的参数即 http://bj.58.com/?paramname=value @see #queryString(String) 3. form可以获得post的form中的参数 @see #form(String) 4. 方便获得上传文件 @see #getUpload(String) @see Upload @author renj
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected