gpt4 book ai didi

【接口测试】Postman(二)-PostmanEcho

转载 作者:我是一只小鸟 更新时间:2023-03-23 06:31:19 26 4
gpt4 key购买 nike

Postman Echo

​ Postman Echo为用户提供API调用的示例服务。简而言之,就是官方提供的一个API帮助文档。初学者可以通过它很快的掌握Postman工具。我们下面将一一介绍他们.

文章目录导航:

目录
  • Postman Echo
    • 1、请求方法
      • 1、GET
      • 2、POST请求
        • (1)Params形式
        • (2)form-data形式
        • (3)x-www-form-urlencoded形式
        • (4)raw形式
        • (5)binary形式
      • 3、PUT请求
      • 4、PATCH请求
        • (1)Params形式
        • (2)form-data形式
      • 5、DELETE请求
    • 2、Headers
      • 1、Get Request Headers(得到请求头)
      • 3、Get Respionse Headers
    • 3、认证方法
      • 1、基本认证(Basic Auth)
      • 2、摘要身份认证(Digest Auth)
      • 3、Hawk Auth
        • 4、OAuth1.0
    • 4、Cookies操作
      • 1、设置Cookies
      • 2、获取Cookies
      • 3、删除Cookies

1、请求方法

1、GET

​ GET请求大家都很熟悉了,我们就不多介绍了 。

URL: https://postman-echo.com/get 。

Params

KEY VALUE DESCRIPTION
foo1 bar1
foo2 bar2

img

2、POST请求

​ POST请求大家也熟悉,所以我们这里主要针对的是多种参数传递方式进行介绍 。

(1)Params形式

URL: https://postman-echo.com/post 。

Params

KEY VALUE DESCRIPTION
data hello postman

img

(2)form-data形式

URL: https://postman-echo.com/post 。

Body:

KEY VALUE DESCRIPTION
foo1 abc
foo2 efg

img

(3)x-www-form-urlencoded形式

URL: https://postman-echo.com/post 。

Body:

KEY VALUE DESCRIPTION
data helloone

img

(4)raw形式

URL: https://postman-echo.com/post 。

Body:

                        
                          {
    "data": "hello"
}

                        
                      

img

(5)binary形式

URL: https://postman-echo.com/post 。

Body:

上传一个文件作为参数 。

img

3、PUT请求

​ PUT请求有点类似于我们的POST请求,平时用的比较少,这里借简单介绍一下 。

URL: https://postman-echo.com/put 。

Body:

KEY VALUE DESCRIPTION
data put text

img

4、PATCH请求

​ PATCH一般用于服务器上更新资源 。

(1)Params形式

URL: https://postman-echo.com/patch 。

Params:

KEY VALUE DESCRIPTION
data adfe

img

(2)form-data形式

URL: https://postman-echo.com/patch 。

Body:

KEY VALUE DESCRIPTION
data abcd

img

5、DELETE请求

​ 见名知意,DELETE是用来删除资源的,它是用来删除服务器资源的.

URL: https://postman-echo.com/delete 。

Body:

KEY VALUE DESCRIPTION
data abcd

img

2、Headers

1、Get Request Headers(得到请求头)

URL: https://postman-echo.com/headers 。

img

3、Get Respionse Headers

URL: https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2 。

img

3、认证方法

Postman提供了授权类型,可以轻松地在Postman本地应用程序中处理身份验证协议.

1、基本认证(Basic Auth)

URL: https://postman-echo.com/basic-auth 。

当密码正确时 。

img

当密码输入为空 。

img

2、摘要身份认证(Digest Auth)

URL: https://postman-echo.com/digest-auth 。

img

3、Hawk Auth

​ Hawk是一种新型的HTTP身份验证方案 。

URL: https://postman-echo.com/auth/hawk 。

Hawk Auth ID: dh37fgj492je 。

Hawk Auth Key: werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn 。

Algorithm: sha256 。

img

4、OAuth1.0

​ OAuth是一个开放的标准,它不需要将用户名和密码提供给第三方应用,就允许用户让第三方应用访问该用户在某一网站上存储的秘密资源.

URL: https://postman-echo.com/oauth1 。

Signature Method: HMAC-SHA1 。

Consumer Key: RKCGzna7bv9YD57c 。

Consumer Secret: D+EdQ-gs$-%@2Nu7 。

img

4、Cookies操作

1、设置Cookies

​ 在请求中,我们的一些请求参数会被设置成Cookies 。

URL: https://postman-echo.com/cookies/set?foo1=bar1&foo2=bar2 。

img

2、获取Cookies

URL: https://postman-echo.com/cookies 。

img

3、删除Cookies

URL: https://postman-echo.com/cookies/delete?foo1 。

img

最后此篇关于【接口测试】Postman(二)-PostmanEcho的文章就讲到这里了,如果你想了解更多关于【接口测试】Postman(二)-PostmanEcho的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com