Sha256: 8efe4a9a0c0006be6497bf5c2e0ff56054574c704731a5f29c61a9dfa1d12f3a

Contents?: true

Size: 127 Bytes

Versions: 6

Compression:

Stored size: 127 Bytes

Contents

require 'sinatra'

class App < Sinatra::Base
  get '/content-length/:value' do |value|
    'x' * value.to_i
  end
end

run App

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
excon-0.5.5 tests/rackups/basic.ru
excon-0.5.4 tests/rackups/basic.ru
excon-0.5.3 tests/rackups/basic.ru
excon-0.5.2 tests/rackups/basic.ru
excon-0.5.1 tests/rackups/basic.ru
excon-0.5.0 tests/rackups/basic.ru