philh_myftp_biz.web.session¶
Module Contents¶
Classes¶
API¶
- class philh_myftp_biz.web.session.RetryStrat(total: int = 0, backoff_factor: int = 1, status_forcelist=range(400, 600), allowed_methods=['GET', 'POST'], **kwargs)¶
Bases:
urllib3.util.Retry
- class philh_myftp_biz.web.session.Adapter(retry_strategy: philh_myftp_biz.web.session.RetryStrat = None)¶
Bases:
requests.adapters.HTTPAdapter
- class philh_myftp_biz.web.session.Session(name: str, max_age: int = -1, adapter: philh_myftp_biz.web.session.Adapter = None)¶
Bases:
requests_cache.CachedSession