Fiddler会话对象文档

Fiddler会话对象文档

本文介绍了Fiddler会话对象文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以找到有关Fiddler.Session对象的属性和方法的任何文档?我正在Fiddler中创建一些自定义规则(js)进行故障排除.

Where can I find any documentation on the properties and methods of the Fiddler.Session object? I am creating some custom rules (js) in Fiddler for troubleshooting.

推荐答案

安装脚本编辑器,然后单击视图">类资源管理器". http://www.telerik.com/download/fiddler/fiddlerscript-editor

Install the Script Editor and click View > Class Explorer. http://www.telerik.com/download/fiddler/fiddlerscript-editor

也请查阅文档(按F1键)和书籍 http://fiddlerbook.com

Also check out the documentation (hit ) and the book http://fiddlerbook.com

这篇关于Fiddler会话对象文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 15:49