From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/server/h2o/libh2o/t/50mruby/hello.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/server/h2o/libh2o/t/50mruby/hello.rb (limited to 'web/server/h2o/libh2o/t/50mruby/hello.rb') diff --git a/web/server/h2o/libh2o/t/50mruby/hello.rb b/web/server/h2o/libh2o/t/50mruby/hello.rb new file mode 100644 index 00000000..34f32140 --- /dev/null +++ b/web/server/h2o/libh2o/t/50mruby/hello.rb @@ -0,0 +1,3 @@ +Proc.new do |env| + [200, {"content-type" => "text/plain; charset=utf-8"}, ["hello from h2o_mruby\n"]] +end -- cgit v1.2.3