File: urllib3.connectionpool.rst

package info (click to toggle)
python-urllib3 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,340 kB
  • sloc: python: 26,167; makefile: 122; javascript: 92; sh: 11
file content (21 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Connection Pools
================

.. automodule:: urllib3.connectionpool

.. autoclass:: urllib3.HTTPConnectionPool
    :members:
    :undoc-members:
    :show-inheritance:

.. autoclass:: urllib3.HTTPSConnectionPool
    :members:
    :undoc-members:
    :show-inheritance:

.. autoclass:: urllib3.connectionpool.ConnectionPool
    :members:
    :undoc-members:
    :show-inheritance:

.. autofunction:: urllib3.connectionpool.connection_from_url