码迷,mamicode.com
首页 > 编程语言 > 详细

Requests库:python实现的简单易用的http库

时间:2018-11-04 15:35:47      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:内容   json 解析   http   exception   模拟   实现   添加   post请求   url   

1、get请求: get(url, params, headers)

2、json 解析

3、content 获取二进制内容

4、headers 添加

5、post请求:post(url,data,headers)

6、files 文件上传

7、cookie 获取

8、session 会话维持--模拟登录

9、proxies 代理设置

10、timeout 超时设置

11、exception 异常处理

Requests库:python实现的简单易用的http库

标签:内容   json 解析   http   exception   模拟   实现   添加   post请求   url   

原文地址:https://www.cnblogs.com/wangshx6/p/9903910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!