.. module:: hyper
This section of the documentation covers the interface portions of hyper.
.. autoclass:: hyper.HTTPConnection :inherited-members:
.. autoclass:: hyper.HTTP20Connection :inherited-members:
.. autoclass:: hyper.HTTP20Response :inherited-members:
.. autoclass:: hyper.HTTP20Push :inherited-members:
.. autoclass:: hyper.HTTP11Connection :inherited-members:
.. autoclass:: hyper.HTTP11Response :inherited-members:
.. autoclass:: hyper.common.headers.HTTPHeaderMap :inherited-members:
.. automethod:: hyper.tls.init_context
.. autoclass:: hyper.contrib.HTTP20Adapter :inherited-members:
.. autoclass:: hyper.http20.window.BaseFlowControlManager :inherited-members:
.. autoclass:: hyper.http20.window.FlowControlManager :inherited-members:
.. autoclass:: hyper.http20.exceptions.HTTP20Error
.. autoclass:: hyper.http20.exceptions.HPACKEncodingError
.. autoclass:: hyper.http20.exceptions.HPACKDecodingError
.. autoclass:: hyper.http20.exceptions.ConnectionError