Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 有没有像fiddler这样的工具支持http2?_Performance_Fiddler_Http2 - Fatal编程技术网

Performance 有没有像fiddler这样的工具支持http2?

Performance 有没有像fiddler这样的工具支持http2?,performance,fiddler,http2,Performance,Fiddler,Http2,我倾向于使用fiddler作为其自动应答器(测试延迟或无效响应将如何影响整个页面加载),直到现在才意识到不支持http2,当与fiddler一起加载页面时,所有站点默认为http1/1!任何更换工具的建议都将不胜感激 三甲氧基 我自己没有尝试过http/2功能,但根据官方文档,它能够拦截http/2流量 Mitmproxy是基于Python的。在Windows上,您可以使用两种变体mitmweb(将web服务器作为可在web浏览器中打开的UI启动)和mitmdump(命令行无GUI) 查尔斯代理

我倾向于使用fiddler作为其自动应答器(测试延迟或无效响应将如何影响整个页面加载),直到现在才意识到不支持http2,当与fiddler一起加载页面时,所有站点默认为http1/1!任何更换工具的建议都将不胜感激

三甲氧基 我自己没有尝试过http/2功能,但根据官方文档,它能够拦截http/2流量

Mitmproxy是基于Python的。在Windows上,您可以使用两种变体
mitmweb
(将web服务器作为可在web浏览器中打开的UI启动)和
mitmdump
(命令行无GUI)

查尔斯代理 根据它的文档还有HTTP/2支持

Charles代理是基于Java的

Burp套件教程 (基于Java的AFAIR)声称拥有HTTP/2支持