class Patron::Response

def inspect

Overridden so that the output is shorter and there is no response body printed
def inspect
  # Avoid spamming the console with the header and body data
  "#<Patron::Response @status_line='#{@status_line}'>"
end