Sha256: 01f5584d1c49e14cc0ec90f5b68521e0653e4f5f7af03030f6f877bf994fdff2
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
module Jets::Shim::Response class Alb < Apigw def translate hash = super desc = Rack::Utils::HTTP_STATUS_CODES[hash[:statusCode]] hash[:statusDescription] = "#{hash[:statusCode]} #{desc}" hash end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jets-6.0.5 | lib/jets/shim/response/alb.rb |
jets-6.0.4 | lib/jets/shim/response/alb.rb |
jets-6.0.3 | lib/jets/shim/response/alb.rb |
jets-6.0.2 | lib/jets/shim/response/alb.rb |