robot framework——httplibrary.http接口自动化库 ——get response header关键字——获取http请求返回的http响应头部信息

2021-04-21 01:29

阅读:369

标签:百度搜   ble   请求   头部   获取   header   ==   body   tab   

虽然http的response  header类型众多,但是并不是所有的请求都会返回每一种response  header类型。

 

=================================================================================

 

示例:百度搜索soapui

 

 

create  http  context www.baidu.com scheme=https
get

/s?tn=50000021_hao_pg&ie=utf-8&sc=UWd1pgw-pA7EnHc1FMfqnHR3njRLnj04rj61nzuW5y99U1Dznzu9m1YYnWmLPjR

4rjnz&ssl_sample=normal&srcqid=3891848302898976690&H123Tmp=nune

w7&word=soapui

 
${header} get  response  header content-type
log ${header}  

 

 

技术图片

 

 技术图片

 

 

 

技术图片

 

 

 

技术图片

 

robot framework——httplibrary.http接口自动化库 ——get response header关键字——获取http请求返回的http响应头部信息

标签:百度搜   ble   请求   头部   获取   header   ==   body   tab   

原文地址:https://www.cnblogs.com/xiaobaibailongma/p/12253652.html


评论


亲,登录后才可以留言!