Sha256: 122499f8336f0b783cd3a3ed535bb85bfd4da6b4fcad720bc98f9f11e4859c1b
Contents?: true
Size: 195 Bytes
Versions: 22
Compression:
Stored size: 195 Bytes
Contents
require 'sham_rack' ShamRack.at("api.honeybadger.io", 443) do |env| response = <<-end_json {"id":"123456789"} end_json ["200 OK", { "Content-type" => "application/json" }, [response]] end
Version data entries
22 entries across 22 versions & 1 rubygems