随笔分类 -  接口测试/网络协议

摘要:请求的构成: 1)请求方法URI协议/版本 2)请求头(Request Header) 3)请求正文 1)请求方法URI协议/版本 Request URL: http://localhost:8080/Gary_Text/ 资源的请求url Request Method: GET HTTP方:GET 阅读全文
posted @ 2020-12-17 20:38 极士* 阅读(709) 评论(0) 推荐(0)
摘要:1、get 请求和 post 请求的区别是什么? 2、requests 模拟 get 请求时,有哪两种方式让响应的结果不是乱码?(直接代码描述) 3、requests 库中的 post 方法,参数 url\params\json\data\headers 各自的用途是什么? 4、json 模块中,j 阅读全文
posted @ 2020-12-17 20:28 极士* 阅读(450) 评论(0) 推荐(0)
摘要:/logs/*.lock /logs/*.log/reports/API_TEST_V*/.idea/ 设置.ignore后不生效解决方案: 在terminal中输入已下几行代码: git rm -r --cached . git add . git commit -m 'update .gitig 阅读全文
posted @ 2020-11-22 12:51 极士* 阅读(642) 评论(0) 推荐(0)