http-wiretap:就像您的Ruby的Charles Proxy!

时间:2024-05-22 11:34:37
【文件属性】:

文件名称:http-wiretap:就像您的Ruby的Charles Proxy!

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-22 11:34:37

Ruby

HTTP窃听-HTTP记录器 描述 HTTP Wiretap是一个库,用于记录应用程序中的HTTP请求和响应。 当尝试确定应用程序中正在发生的事情或尝试调试其他人的应用程序时,这很有用。 该库遵循规则。 跑步 要安装HTTP Wiretap,只需安装gem: $ [sudo] gem install http-wiretap 并在您的应用程序中启用它: require 'http/wiretap' HTTP::Wiretap.start() 完成后将其禁用: HTTP::Wiretap.stop() 或者在运行时清除日志目录: HTTP::Wiretap.clear() 默认情况下,所有请求都将记录到您当前工作目录的http-log中。 另外,每次运行start()时,都会清除您的http-log目录。 模式 HTTP Wiretap将以两种模式记录HTTP流量: 原始-按发生


【文件预览】:
http-wiretap-master
----.gitignore(6B)
----CHANGELOG(68B)
----spec()
--------wiretap_spec.rb(6KB)
--------spec_helper.rb(329B)
--------fixtures()
----README.md(3KB)
----lib()
--------http()
----Gemfile(26B)
----.bundle()
--------config(37B)
----Rakefile(1KB)
----http-wiretap.gemspec(800B)
----Gemfile.lock(530B)

网友评论