Sha256: 93b13b9c81513dd421274953f8b9f84d3ab977aa496b64404228512c08eb22a1
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
require "cuba/safe" Cuba.plugin ::Cuba::Safe Cuba.define do on get do on "hello" do res.write "Hello Instana!" end on "greet/:name" do |name| res.write "Hello, #{name}" end on root do res.redirect '/hello' end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
instana-1.193.2 | test/apps/cuba.rb |
instana-1.192.1 | test/apps/cuba.rb |
instana-1.192.0 | test/apps/cuba.rb |
instana-1.13.0 | test/apps/cuba.rb |
instana-1.12.0 | test/apps/cuba.rb |