class Rack::MockResponse

def match(other)

def match(other)
  body.match other
end