Sha256: c22cd189da10d809e2808ddc13f4a599ae0b614364ca8a33e704c7954048c09e
Contents?: true
Size: 152 Bytes
Versions: 4
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true # config.ru run(proc { |*| ['200', { 'Content-Type' => 'text/html' }, ['Hello World']] }) # run this with rackup command
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
puma-daemon-0.5.0 | example/config.ru |
puma-daemon-0.3.2 | example/config.ru |
puma-daemon-0.3.0 | example/config.ru |
puma-daemon-0.2.3 | example/config.ru |