This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [config.ru] | |
# | |
# puma | |
# curl http://localhost:9292/ | |
# | |
# Note chrome buffers like 1024 or so... meaning the first lots will look missing. | |
use Rack::Chunked | |
run lambda { |env| |