global

def parse_body?

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