select HeaderOrFlag PartialValue命令:
选择已命名的header或SessionFlag包含指定字符串的响应
注:
1、select ui-comments slow
2、select ui-bold * <-- unless preceded by a slash, * 表示任意值
3、select ui-comments \* <-- Find comments with a *
4、select @Request.Accept html <-- Find requests with Accept: html
5、select @Response.Set-Cookie domain <- Find responses that Set-Cookie on a domain
allbut or keeponly命令:
隐藏Content-Type头中除了包含指定字符串的所有会话,用于筛选
注:
1、allbut html
2、allbut java