Postman的工作原理
2019-03-18 本文已影响0人
董哈哈_
第一个请求:
免费天气api:http://t.weather.sojson.com/api/weather/city/101030100
把URL粘贴进地址请求栏,然后点击send按钮
返回200,说明请求成功了
Postman工作的流程
①postman点击send发送请求给服务器②,②服务器响应,对数据进行处理,然后返回给postman③对返回内容进行加工处理,把格式化后的内容显示出来
免费天气api:http://t.weather.sojson.com/api/weather/city/101030100
把URL粘贴进地址请求栏,然后点击send按钮
返回200,说明请求成功了
Postman工作的流程
①postman点击send发送请求给服务器②,②服务器响应,对数据进行处理,然后返回给postman③对返回内容进行加工处理,把格式化后的内容显示出来