Sha256: 4f4b96088cfbb75ba2e4ee0afbb55560bb63c40586db98e870aa583c2dfdbb70

Contents?: true

Size: 247 Bytes

Versions: 9

Compression:

Stored size: 247 Bytes

Contents

require 'regurgitator'
use Rack::ContentLength
use Rack::ContentType, 'text/plain'
o = {
  :db => Sequel.connect(ENV['TEST_SEQUEL']),
  :reproxy_key => "HTTP_X_REPROXY_PATH",
}
run Regurgitator::DomainPath.new(lambda { |env| [ 404, [], [] ] }, o)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
regurgitator-0.9.1 t/domain_path.ru
regurgitator-0.9.0 t/domain_path.ru
regurgitator-0.8.0 t/domain_path.ru
regurgitator-0.7.0 t/domain_path.ru
regurgitator-0.6.0 t/domain_path.ru
regurgitator-0.5.0 t/domain_path.ru
regurgitator-0.4.0 t/domain_path.ru
regurgitator-0.3.0 t/domain_path.ru
regurgitator-0.2.0 t/domain_path.ru