blob: 2d13bf5b4c7e79a36d1ae8d2040c2a9c5b6e77cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# -*- 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
|