当前位置:网站首页>Get started quickly using the local testing tool postman
Get started quickly using the local testing tool postman
2022-07-08 00:57:00 【Xiaozhi re0】
First download postman Tools windows Version download address
postman Is a web page debugging and sending web pages http Requested interface test tool .
You can choose to use the client program or web plug-in version .
After installation , Take a brief look at this area .
Necessary conditions :
- Request address url
- Request protocol :http,webservice
- Request mode :get.post…
- Request header
- Parameters : Forms / Data submitted by the requestor
postman General workflow of
Simulation document case description :
1. Mobile home location query
- Address of the interface :http://apis.juhe.cn/mobile/get
- Returns the format :json/xml
- Request mode get
- Request example :http://apis.juhe.cn/mobile/get?phone=123&key= Applied key
Parameter format :
- Key value pair : {“key”:"value,“name”:“xiaozhi”}
- xml: Custom tags
- Text format
- html Format : label
get When asked , The parameters are written in params in , post When asked , Data parameter writing body in ;
After sending the request, you can see the response data here
Data files that can store analog responses
Be careful , If you are using body Simulate sending data , need json/html… Format , First choose raw
, Then select the format .
Be careful ,form-data
You can also put files for testing
Some file transfers , You can also choose to use it binary
Format
边栏推荐
- 2022-07-07: the original array is a monotonic array with numbers greater than 0 and less than or equal to K. there may be equal numbers in it, and the overall trend is increasing. However, the number
- 接口测试进阶接口脚本使用—apipost(预/后执行脚本)
- 13.模型的保存和載入
- AI zhetianchuan ml novice decision tree
- 服务器防御DDOS的方法,杭州高防IP段103.219.39.x
- 韦东山第三期课程内容概要
- 英雄联盟胜负预测--简易肯德基上校
- Codeforces Round #804 (Div. 2)(A~D)
- From starfish OS' continued deflationary consumption of SFO, the value of SFO in the long run
- Summary of weidongshan phase II course content
猜你喜欢
3 years of experience, can't you get 20K for the interview and test post? Such a hole?
1.线性回归
13.模型的保存和載入
9. Introduction to convolutional neural network
Binder core API
14.绘制网络模型结构
基于卷积神经网络的恶意软件检测方法
Analysis of 8 classic C language pointer written test questions
6.Dropout应用
Cancel the down arrow of the default style of select and set the default word of select
随机推荐
Basic types of 100 questions for basic grammar of Niuke
【obs】Impossible to find entrance point CreateDirect3D11DeviceFromDXGIDevice
Implementation of adjacency table of SQLite database storage directory structure 2-construction of directory tree
QT adds resource files, adds icons for qaction, establishes signal slot functions, and implements
A network composed of three convolution layers completes the image classification task of cifar10 data set
How is it most convenient to open an account for stock speculation? Is it safe to open an account on your mobile phone
New library online | information data of Chinese journalists
Application practice | the efficiency of the data warehouse system has been comprehensively improved! Data warehouse construction based on Apache Doris in Tongcheng digital Department
Reentrantlock fair lock source code Chapter 0
6.Dropout应用
国外众测之密码找回漏洞
Leetcode brush questions
Introduction to paddle - using lenet to realize image classification method I in MNIST
Redis, do you understand the list
Fofa attack and defense challenge record
tourist的NTT模板
10.CNN应用于手写数字识别
基于卷积神经网络的恶意软件检测方法
22年秋招心得
8道经典C语言指针笔试题解析