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
excon-0.16.7 tests/rackups/timeout.ru
excon-0.16.5 tests/rackups/timeout.ru
excon-0.16.4 tests/rackups/timeout.ru
excon-0.16.3 tests/rackups/timeout.ru
excon-0.16.2 tests/rackups/timeout.ru
excon-0.16.1 tests/rackups/timeout.ru
excon-0.16.0 tests/rackups/timeout.ru
excon-0.15.5 tests/rackups/timeout.ru