SessionConfig
=============

.. currentmodule:: parfive

.. autoclass:: SessionConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SessionConfig.aiohttp_session_generator
      ~SessionConfig.chunksize
      ~SessionConfig.done_callbacks
      ~SessionConfig.env
      ~SessionConfig.file_progress
      ~SessionConfig.headers
      ~SessionConfig.http_proxy
      ~SessionConfig.https_proxy
      ~SessionConfig.log_level
      ~SessionConfig.notebook
      ~SessionConfig.timeouts
      ~SessionConfig.use_aiofiles

   .. rubric:: Attributes Documentation

   .. autoattribute:: aiohttp_session_generator
   .. autoattribute:: chunksize
   .. autoattribute:: done_callbacks
   .. autoattribute:: env
   .. autoattribute:: file_progress
   .. autoattribute:: headers
   .. autoattribute:: http_proxy
   .. autoattribute:: https_proxy
   .. autoattribute:: log_level
   .. autoattribute:: notebook
   .. autoattribute:: timeouts
   .. autoattribute:: use_aiofiles
