File: urllib3.connection.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 (17 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Connections
===========

.. automodule:: urllib3.connection

.. autoclass:: urllib3.connection.HTTPConnection
    :members:
    :exclude-members: putrequest
    :show-inheritance:

.. autoclass:: urllib3.connection.HTTPSConnection
    :members:
    :show-inheritance:

.. autoclass:: urllib3.connection.ProxyConfig
    :members:
    :show-inheritance: