Sha256: 89a4a1faeb0525c4844022196ca089e430b7ba2995e0f514460b3d75d7a20e31

Contents?: true

Size: 129 Bytes

Versions: 9

Compression:

Stored size: 129 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tipi-0.55 examples/hello.ru
tipi-0.54 examples/hello.ru
tipi-0.53 examples/hello.ru
tipi-0.52 examples/hello.ru
tipi-0.51 examples/hello.ru
tipi-0.50 examples/hello.ru
tipi-0.49 examples/hello.ru
tipi-0.47 examples/hello.ru
tipi-0.46 examples/hello.ru