Sha256: 04ee43a1547b1fcd53909580f175da9252dc5f832b2659e9cdf70d98e475eccd
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 Bytes
Contents
module Rack::PerftoolsProfiler class ReturnData < ProfileDataAction def initialize(*args) super check_printer_arg end def response if @profiler.profiling? [400, {'Content-Type' => 'text/plain'}, ['No profiling data available.']] else @middleware.profiler_data_response(@profiler.data(@data_params)) end end end end
Version data entries
9 entries across 9 versions & 2 rubygems