请求模块requests:请求方式

简介: 请求模块requests(一)

请求模块requests
requests是Python中实现HTTP请求的一种方式,requests是第三方模块,该模块在实现HTTP请求时要比urllib、urllib3模块简化很多,操作更加人性化。

请求方式
由于requests模块为第三方模块,所以在使用requests模块时需要通过执行命令’pip install requests’进行该模块的安装。如果使用了Anaconda则不需要单独安装requests模块。requests模块功能特性如下:

  • § Keep-Alive
  • & 连接池
  • § Unicode响应体
  • § 自动解压
  • § 国际化域名和URL
  • § HTTP(S)代理支持
  • § 支持.netrc
  • § 带持久Cookie的会话
  • § 文件分块上传
  • § 分块请求
  • § 浏览器式的SSL认证
  • § 流下载
  • § 优雅的key/value Cookie
  • § 自动内容解码
  • § 连接超时
  • § 基本/摘要式的身份认证

GET请求
最常用的HTTP请求方式分别为GET和POST,在使用requests模块实现GET请求时可以使用两种方式来实现,一种是带参数,另一种不带参数。以百度为例,实现不带参数的网络请求。示例代码如下:

#_*_coding:utf-8_*_
# 作者      :liuxiaowei
# 创建时间   :1/28/22 12:18 PM
# 文件      :请求方式.py
# IDE      :PyCharm


import requests    # 导入网络请求模块requests

# 发送网络请求
response = requests.get('https://www.baidu.com')
print('响应状态码为:',response.status_code)  # 打印状态码
print('请求的网络地址为:',response.url)          # 打印请求url
print('头部信息为:',response.headers)      # 打印头部信息
print('cookie信息为:',response.cookies)      # 打印cookie信息

运行结果如下:

响应状态码为: 200
请求的网络地址为: https://www.baidu.com/
头部信息为: {
   'Cache-Control': 'private, no-cache, no-store, proxy-revalidate, no-transform', 'Connection': 'keep-alive', 'Content-Encoding': 'gzip', 'Content-Type': 'text/html', 'Date': 'Fri, 28 Jan 2022 04:20:14 GMT', 'Last-Modified': 'Mon, 23 Jan 2017 13:23:46 GMT', 'Pragma': 'no-cache', 'Server': 'bfe/1.0.8.18', 'Set-Cookie': 'BDORZ=27315; max-age=86400; domain=.baidu.com; path=/', 'Transfer-Encoding': 'chunked'}
cookie信息为: <RequestsCookieJar[<Cookie BDORZ=27315 for .baidu.com/>]>

对响应结果进行UTF-8编码
当响应状态码为200时,说明本次网络请求已经成功,此时可以获取请求地址所对应的网页源码,示例代码如下:

#_*_coding:utf-8_*_
# 作者      :liuxiaowei
# 创建时间   :1/28/22 12:28 PM
# 文件      :获取请求地址对应的网页源码.py
# IDE      :PyCharm

import requests    # 导入网络请求模块requests

# 发送网络请求
response = requests.get('https://www.baidu.com/')
response.encoding='utf-8'    # 对响应结果进行utf-8编码
print(response.text)         # 以文本形式打印网页源码

运行结果如下:

<!DOCTYPE html>
<!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s_form> <div class=s_form_wrapper> <div id=lg> <img hidefocus=true src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form id=form name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f value=8> <input type=hidden name=rsv_bp value=1> <input type=hidden name=rsv_idx value=1> <input type=hidden name=tn value=baidu><span class="bg s_ipt_wr"><input id=kw name=wd class=s_ipt value maxlength=255 autocomplete=off autofocus=autofocus></span><span class="bg s_btn_wr"><input type=submit id=su value=百度一下 class="bg s_btn" autofocus></span> </form> </div> </div> <div id=u1> <a href=http://news.baidu.com name=tj_trnews class=mnav>新闻</a> <a href=https://www.hao123.com name=tj_trhao123 class=mnav>hao123</a> <a href=http://map.baidu.com name=tj_trmap class=mnav>地图</a> <a href=http://v.baidu.com name=tj_trvideo class=mnav>视频</a> <a href=http://tieba.baidu.com name=tj_trtieba class=mnav>贴吧</a> <noscript> <a href=http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u=http%3A%2F%2Fwww.baidu.com%2f%3fbdorz_come%3d1 name=tj_login class=lb>登录</a> </noscript> <script>document.write('<a href="http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u='+ encodeURIComponent(window.location.href+ (window.location.search === "" ? "?" : "&")+ "bdorz_come=1")+ '" name="tj_login" class="lb">登录</a>');
                </script> <a href=//www.baidu.com/more/ name=tj_briicon class=bri style="display: block;">更多产品</a> </div> </div> </div> <div id=ftCon> <div id=ftConw> <p id=lh> <a href=http://home.baidu.com>关于百度</a> <a href=http://ir.baidu.com>About Baidu</a> </p> <p id=cp>©2017 Baidu <a href=http://www.baidu.com/duty/>使用百度前必读</a>  <a href=http://jianyi.baidu.com/ class=cp-feedback>意见反馈</a> 京ICP证030173号  <img src=//www.baidu.com/img/gs.gif> </p> </div> </div> </div> </body> </html>

注 意

在没有对响应内容进行UTF-8编码时,网页源码中的中文信息可能会出现乱码。

相关文章
|
11月前
|
前端开发
Axios 请求响应结果的结构
Axios 请求响应结果的结构
|
2月前
|
JSON 数据格式
请求模块requests(二)
请求模块requests(二)
|
2月前
|
数据采集 Web App开发 开发工具
|
4月前
|
API Python
首先,我们导入了`http.client`模块,它是Python标准库中的一个模块,用于创建和发送HTTP请求。
首先,我们导入了`http.client`模块,它是Python标准库中的一个模块,用于创建和发送HTTP请求。
|
6月前
|
JSON 中间件 数据格式
在自定义服务器框架中处理 POST 请求
在自定义服务器框架中处理 POST 请求
|
6月前
|
JSON 中间件 数据格式
在服务器框架中处理 POST 请求
在服务器框架中处理 POST 请求
|
6月前
|
JSON 前端开发 JavaScript
关于我认识的请求方式
关于我认识的请求方式有三个
66 0
|
JSON 小程序 API
【uniapp小程序】request发起请求
【uniapp小程序】request发起请求
167 0
|
JSON 前端开发 网络架构
DRF--请求和响应
DRF--请求和响应