def follow_redirects(self, value): self._follow_redirects = _bool(value)
def _cors_expose_all_response_headers(self, value): self._cors_expose_all_response_headers_ = _bool(value)
def auto_trailing_pathsep(self, value): self._auto_optional_trailing_pathsep = _bool(value)
def stop_on_del(self, value): self._stop_on_del = _bool(value)