Sha256: 85e3f76f2b4bd6835f70829eecf3e41705b486f7f4c5b90d8cfce13c5f0dc207

Contents?: true

Size: 421 Bytes

Versions: 58

Compression:

Stored size: 421 Bytes

Contents

require 'sinatra'
require File.join(File.dirname(__FILE__), 'webrick_patch')

class App < Sinatra::Base
  set :environment, :production
  enable :dump_errors

  get('*') do
    headers(
      "Sent-Request-Uri" => request.env['REQUEST_URI'].to_s,
      "Sent-Host" => request.env['HTTP_HOST'].to_s,
      "Sent-Proxy-Connection" => request.env['HTTP_PROXY_CONNECTION'].to_s
    )
    'proxied content'
  end
end

run App

Version data entries

58 entries across 56 versions & 4 rubygems

Version Path
excon-0.64.0 tests/rackups/proxy.ru
excon-0.63.0 tests/rackups/proxy.ru
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/excon-0.62.0/tests/rackups/proxy.ru
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/excon-0.62.0/tests/rackups/proxy.ru
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/excon-0.62.0/tests/rackups/proxy.ru
excon-0.62.0 tests/rackups/proxy.ru
excon-0.61.0 tests/rackups/proxy.ru
excon-0.60.0 tests/rackups/proxy.ru
excon-0.59.0 tests/rackups/proxy.ru
excon-0.58.0 tests/rackups/proxy.ru
excon-0.57.1 tests/rackups/proxy.ru
excon-0.57.0 tests/rackups/proxy.ru
excon-0.56.0 tests/rackups/proxy.ru
excon-0.55.0 tests/rackups/proxy.ru
excon-0.54.0 tests/rackups/proxy.ru
excon-0.53.0 tests/rackups/proxy.ru
excon-0.52.0 tests/rackups/proxy.ru
excon-0.51.0 tests/rackups/proxy.ru
excon-0.50.1 tests/rackups/proxy.ru
excon-0.50.0 tests/rackups/proxy.ru