class Patron::Response
def inspectable_body
-
(String, nil)
-
Other tags:
- See: Patron::Response#decoded_body -
def inspectable_body return unless @body @inspectable_body ||= decode_body(false) end
(String, nil)
-
def inspectable_body return unless @body @inspectable_body ||= decode_body(false) end