Sha256: 7c6d093c87292d2f8e382f21b1254ab70bd4880f0ee6802bba5526b6f0f6febf

Contents?: true

Size: 139 Bytes

Versions: 13

Compression:

Stored size: 139 Bytes

Contents

require 'sinatra'

class App < Sinatra::Base
  get('/id/:id/wait/:wait') do |id, wait|
    sleep(wait.to_i)
    id.to_s
  end
end

run App

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
excon-0.7.6 tests/rackups/thread_safety.ru
excon-0.7.5 tests/rackups/thread_safety.ru
excon-0.7.4 tests/rackups/thread_safety.ru
excon-0.7.3 tests/rackups/thread_safety.ru
excon-0.7.2 tests/rackups/thread_safety.ru
excon-0.7.1 tests/rackups/thread_safety.ru
excon-0.7.0 tests/rackups/thread_safety.ru
excon-0.6.6 tests/rackups/thread_safety.ru
excon-0.6.5 tests/rackups/thread_safety.ru
excon-0.6.4 tests/rackups/thread_safety.ru
excon-0.6.3 tests/rackups/thread_safety.ru
excon-0.6.2 tests/rackups/thread_safety.ru
excon-0.6.1 tests/rackups/thread_safety.ru