Sha256: 44eac6ddfb535831682b2450c89d1a5b907cf10239670dbe205912472e258c5d

Contents?: true

Size: 141 Bytes

Versions: 16

Compression:

Stored size: 141 Bytes

Contents

# frozen_string_literal: true

run lambda { |env|
  [
        200,
        {"Content-Type" => "text/plain"},
        ["Hello, world!"]
  ]
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tipi-0.45 examples/hello.ru
tipi-0.43 examples/hello.ru
tipi-0.42 examples/hello.ru
tipi-0.41 examples/hello.ru
tipi-0.40 examples/hello.ru
tipi-0.39 examples/hello.ru
tipi-0.38 examples/hello.ru
tipi-0.37.2 examples/hello.ru
tipi-0.37.1 examples/hello.ru
tipi-0.37 examples/hello.ru
tipi-0.36 examples/hello.ru
tipi-0.35 examples/hello.ru
tipi-0.34 examples/hello.ru
tipi-0.33 examples/hello.ru
tipi-0.32 examples/hello.ru
tipi-0.31 examples/hello.ru