Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/protocols/haproxy/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/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.
"""

from ._wrapper import proxyEndpoint

__all__ = [
    'proxyEndpoint',
]