# File lib/active_resource/http_mock.rb, line 93
    def to_s
      "<#{method.to_s.upcase}: #{path} [#{headers}] (#{body})>"
    end