class Airbrake::Rack::RequestBodyFilter

def initialize(length = 4096)

Parameters:
  • length (Integer) -- The maximum number of bytes to read
def initialize(length = 4096)
  @length = length
  @weight = 95
end