Request_原理
1.request对象和response对象的原理
1.request和response对象是由服务器创建的,我们来使用他们
2.request对象是来获取请求消息,response对象是来设置响应消息
2.request:获取请求信息
Request_继承体系
ServletRequest — —接口
| 继承
HttpServletRequest — —接口
| 实现
org.apache.catalina.connector.RequestFacade 类(tomcat)
标签:继承,request,Request,对象,原理,response From: https://www.cnblogs.com/qihaokuan/p/16945529.html