Sha256: 83a13a26cd3c98af270c4e4c391bad1248b36e30b7164957ccd1a2fac60e99bf
Contents?: true
Size: 155 Bytes
Versions: 4
Compression:
Stored size: 155 Bytes
Contents
# frozen_string_literal: true run(proc do |env| ['200', { 'Content-Type' => 'text/html' }, [ env.select { |k, _v| k =~ /^[A-Z]/ }.inspect ]] end)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
polyphony-0.23 | examples/http/config.ru |
polyphony-0.22 | examples/http/config.ru |
polyphony-0.21 | examples/http/config.ru |
polyphony-0.20 | examples/http/config.ru |