uproot.MultithreadedHTTPSource
==============================

Defined in `uproot.source.http <https://github.com/scikit-hep/uproot4/blob//src/uproot/source/http.py>`__ on `line 695 <https://github.com/scikit-hep/uproot4/blob//src/uproot/source/http.py#L695>`__.

.. table::
    :class: note

    +---------------------------------------------------+
    | **Inheritance order:**                            |
    +===================================================+
    | #. :doc:`uproot.source.chunk.MultithreadedSource` |
    | #. :doc:`uproot.source.chunk.Source`              |
    +---------------------------------------------------+

.. autoclass:: uproot.source.http.MultithreadedHTTPSource

.. _uproot.source.http.MultithreadedHTTPSource.timeout:

timeout
-------

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.timeout

.. _uproot.source.http.MultithreadedHTTPSource.parsed_url:

parsed_url
----------

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.parsed_url

.. _uproot.source.http.MultithreadedHTTPSource.auth_headers:

auth_headers
------------

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.auth_headers

.. _uproot.source.http.MultithreadedHTTPSource.executor:

executor
--------

Inherited from :doc:`uproot.source.chunk.MultithreadedSource`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.executor

.. _uproot.source.http.MultithreadedHTTPSource.num_workers:

num_workers
-----------

Inherited from :doc:`uproot.source.chunk.MultithreadedSource`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.num_workers

.. _uproot.source.http.MultithreadedHTTPSource.chunk:

chunk
-----

Inherited from :doc:`uproot.source.chunk.Source`.

.. automethod:: uproot.source.http.MultithreadedHTTPSource.chunk

.. _uproot.source.http.MultithreadedHTTPSource.chunks:

chunks
------

Inherited from :doc:`uproot.source.chunk.Source`.

.. automethod:: uproot.source.http.MultithreadedHTTPSource.chunks

.. _uproot.source.http.MultithreadedHTTPSource.file_path:

file_path
---------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.file_path

.. _uproot.source.http.MultithreadedHTTPSource.num_bytes:

num_bytes
---------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.num_bytes

.. _uproot.source.http.MultithreadedHTTPSource.num_requests:

num_requests
------------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.num_requests

.. _uproot.source.http.MultithreadedHTTPSource.num_requested_chunks:

num_requested_chunks
--------------------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.num_requested_chunks

.. _uproot.source.http.MultithreadedHTTPSource.num_requested_bytes:

num_requested_bytes
-------------------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.num_requested_bytes

.. _uproot.source.http.MultithreadedHTTPSource.close:

close
-----

Inherited from :doc:`uproot.source.chunk.Source`.

.. automethod:: uproot.source.http.MultithreadedHTTPSource.close

.. _uproot.source.http.MultithreadedHTTPSource.closed:

closed
------

Inherited from :doc:`uproot.source.chunk.Source`.

.. autoattribute:: uproot.source.http.MultithreadedHTTPSource.closed

