class Airbrake::Rack::RequestBodyFilter
def initialize(length = 4096)
-
length
(Integer
) -- The maximum number of bytes to read
def initialize(length = 4096) @length = length @weight = 95 end
length
(Integer
)
-- The maximum number of bytes to read
def initialize(length = 4096) @length = length @weight = 95 end