class Faraday::Env

def parse_body?

Returns:
  • (Boolean) - true if the status isn't in the set of
def parse_body?
  !StatusesWithoutBody.include?(status)
end