Sha256: a44ee5a9dfa5b4258e3b9759b3b332706c0c703927995f0e78fcdb8c18a5609f
Contents?: true
Size: 301 Bytes
Versions: 26
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true run ->(_env) { sleep 0.2 [ 200, { "Content-Type" => "text/html" }, [ <<~HTML <html> <head><title>Dummy app</title></head> <body> <h1>Hello Dummy!</h1> </body> </html> HTML ] ] }
Version data entries
26 entries across 13 versions & 1 rubygems