generated at
Sinatra


こういうフォーマットでwebアプリが書けるやつの先駆け
app.rb
get "/hello/:name" do return "hello #{name}" end
リクエストメソッド、リクエストパス、レスポンス返す関数