码迷,mamicode.com
首页 > 其他好文 > 详细

在Assertion中获取Response的headers,获取headers中信息

时间:2016-04-12 11:12:51      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:

// get the  headers of the request
def response = messageExchange.getResponseContent()
def headers = messageExchange.getResponseHeaders()
log.info headers
//get the conLength of the headers
def conLength = headers["Content-Type"]
// get the string conLength , exclude the []
log.info conLength

在Assertion中获取Response的headers,获取headers中信息

标签:

原文地址:http://www.cnblogs.com/kill0001000/p/5381803.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!