python:httmock 一个生成伪造请求的库

Python库httmock允许在2.7和3.4+版本中模拟HTTP请求,适用于测试和API交互。它使用urlmatch装饰器有条件地返回模拟响应,支持正则表达式匹配和无条件拦截。httmock还能处理请求头,并提供返回对象映射的装饰器。本文介绍了基础和进阶用法。
摘要由CSDN通过智能技术生成

用于Python 2.7和3.4+的请求的mocking库。

Installation

C:\Users\lifeng>pip install httmock
Collecting httmock
  Downloading httmock-1.4.0-py3-none-any.whl (4.8 kB)
Requirement already satisfied: requests>=1.0.0 in d:\python\python37\lib\site-packages (from httmock) (2.25.0)
Requirement already satisfied: idna<3,>=2.5 in d:\python\python37\lib\site-packages (from requests>=1.0.0->httmock) (2.9)
Requirement already satisfied: chardet<4,>=3.0.2 in d:\python\python37\lib\site-packages (from requests>=1.0.0->httmock) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in d:\python\python37\lib\site-packages (from requests>=1.0.0->httmock) (2020.4.5.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in d:\python\python37\lib\site-packages (from requests>=1.0.0->httmock) (1.26.2)
Installing collected packages: httmock
Successfully installed httmock-1.4.0
<
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值