Sha256: 117cfa64db4a479d9a9bbe36586ffe5b0cd1e185b2c632d21485d4a62d19e0ca

Contents?: true

Size: 98 Bytes

Versions: 48

Compression:

Stored size: 98 Bytes

Contents

require 'sinatra'

class App < Sinatra::Base
  get('/timeout') do
    sleep(2)
  end
end

run App

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
vagrant-shell-0.2.5 vendor/bundle/gems/excon-0.20.1/tests/rackups/timeout.ru
excon-0.21.0 tests/rackups/timeout.ru
excon-0.20.1 tests/rackups/timeout.ru
excon-0.20.0 tests/rackups/timeout.ru
excon-0.19.5 tests/rackups/timeout.ru
excon-0.19.4 tests/rackups/timeout.ru
excon-0.19.3 tests/rackups/timeout.ru
excon-0.19.2 tests/rackups/timeout.ru
excon-0.19.1 tests/rackups/timeout.ru
excon-0.19.0 tests/rackups/timeout.ru
excon-0.18.5 tests/rackups/timeout.ru
excon-0.18.4 tests/rackups/timeout.ru
excon-0.18.3 tests/rackups/timeout.ru
excon-0.18.2 tests/rackups/timeout.ru
excon-0.18.1 tests/rackups/timeout.ru
excon-0.18.0 tests/rackups/timeout.ru
excon-0.17.0 tests/rackups/timeout.ru
excon-0.16.10 tests/rackups/timeout.ru
excon-0.16.9 tests/rackups/timeout.ru
excon-0.16.8 tests/rackups/timeout.ru