Sha256: 4270636fdbd9ac41270c50f15ad58bf9ac61eb2dbc013fbf267d127440a9933b

Contents?: true

Size: 137 Bytes

Versions: 46

Compression:

Stored size: 137 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

46 entries across 46 versions & 2 rubygems

Version Path
excon-0.6.0 tests/rackups/thread_safety.ru
excon-0.5.8 tests/rackups/thread_safety.ru
excon-0.5.7 tests/rackups/thread_safety.ru
excon-0.5.6 tests/rackups/thread_safety.ru
excon-0.5.5 tests/rackups/thread_safety.ru
excon-0.5.4 tests/rackups/thread_safety.ru
excon-0.5.3 tests/rackups/thread_safety.ru
excon-0.5.2 tests/rackups/thread_safety.ru
excon-0.5.1 tests/rackups/thread_safety.ru
excon-0.5.0 tests/rackups/thread_safety.ru
excon-0.4.0 tests/config.ru
excon-0.3.8 tests/config.ru
excon-0.3.7 tests/config.ru
excon-0.3.6 tests/config.ru
excon-0.3.5 tests/config.ru
excon-0.3.4 tests/config.ru
excon-0.3.3 tests/config.ru
excon-0.3.2 tests/config.ru
excon-0.3.1 tests/config.ru
excon-0.3.0 tests/config.ru