4 lines
81 B
Ruby
4 lines
81 B
Ruby
run Proc.new { |env|
|
|
[200, {'Content-Type' => 'text/html'}, ["Hello world"]]
|
|
}
|