Direktori : /opt/imh-python/lib/python3.9/site-packages/twisted/protocols/haproxy/ |
Current File : //opt/imh-python/lib/python3.9/site-packages/twisted/protocols/haproxy/__init__.py |
# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ HAProxy PROXY protocol implementations. """ __all__ = ["proxyEndpoint"] from ._wrapper import proxyEndpoint