playback:从apache访问日志执行http请求

时间:2024-06-19 13:37:05
【文件属性】:

文件名称:playback:从apache访问日志执行http请求

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-19 13:37:05

Ruby

回放 从apache访问日志执行http请求 安装 $ gem install playback 用法 作为命令行工具 $ playback ' http://httpbin.org ' /path/to/access.log # => { "method": "GET", "path": "/get", "status": 200 } # => { "method": "POST", "path": "/post?hoge=1", "status": 404 } # => { "method": "PUT", "path": "/put?foo=bar", "status": 200 } # => : # => : 作为代码的一部分 require 'playback' p = Playback :: Request . new ( 'http://httpbin.org' ) F


【文件预览】:
playback-master
----LICENSE.txt(1KB)
----lib()
--------playback.rb(54B)
--------playback()
----Gemfile(93B)
----spec()
--------playback()
--------spec_helper.rb(3KB)
----Rakefile(117B)
----.travis.yml(50B)
----README.md(1KB)
----playback.gemspec(967B)
----.rspec(41B)
----.gitignore(567B)
----bin()
--------playback(304B)

网友评论