aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py2/twisted/protocols/haproxy/__init__.py
blob: c238b7ac1a1c21960dcbda1cccf256bedcbcb685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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',
]