Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
usr
/
lib
/
python3
/
dist-packages
/
twisted
/
protocols
/
haproxy
/
Or
Select Your none :
Upload File :
New :
File
Dir
//usr/lib/python3/dist-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', ]