Sha256: ee9556543c1cad393da5cddd96b68f7915d9cc4e815cf4c69ad3f382703c73ea
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true require "rom/http/handlers/json" module ROM module HTTP # Request/response handler registry # # @api public class Handlers extend Dry::Container::Mixin register(:json, request: JSONRequest, response: JSONResponse) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-http-0.9.0 | lib/rom/http/handlers.rb |