1 Star 0 Fork 0

西柚/LearningMaterials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
iothttp.txt 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
西柚 提交于 2020-09-10 20:16 . master
iothttp
Tornado的Request对象属性
属性 说明
self.request.method http的请求头;get, post等
self.reuqest.uri 客户端请求完整的uri
self.request.path uri的路径名,不包含查询的字符串
self.request.query uri中的查询字符串
self.request.version http/1.1
self.request.headers 请求头
self.requset.body 字符串的消息
self.request.remote_ip 客户端请求的ip
self.request.protocol http的协议http or https
self.request.host 请求消息的主机名
self.request.files 以字典的方式表达客户端上传的文件;
self.request.cookies 客户端的cookies字典
self.request.arguments 客户端提交的参数
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gutying/LearningMaterials.git
git@gitee.com:gutying/LearningMaterials.git
gutying
LearningMaterials
LearningMaterials
master

搜索帮助