文件名称:rack-forwarder
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-22 20:24:56
Ruby
机架::货代 基于声明式转发机架中间件。 安装 将此行添加到您的应用程序的Gemfile中: gem "rack-forwarder" 然后执行: $ bundle 或将其自己安装为: $ gem install rack-forwarder 用法 require "rack/forwarder" use Rack :: Forwarder do # Forward /foo/bar to http://localhost:5000/bar forward %r{/foo(/bar)} , to : "http://localhost:5000$1" # Forward /foo to http://localhost:5000/foo forward %r{/foo} , to : "http://localhost:5000" end 贡献 分叉( ) 创
【文件预览】:
rack-forwarder-master
----.gitignore(118B)
----rack-forwarder.gemspec(974B)
----.rspec(8B)
----.travis.yml(50B)
----LICENSE.txt(1KB)
----spec()
--------rack()
--------spec_helper.rb(235B)
----README.md(1009B)
----lib()
--------rack()
----Gemfile(99B)
----Rakefile(118B)