D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
blackhat.pw
:
/
lib
/
python3
/
dist-packages
/
twisted
/
protocols
/
haproxy
/
Filename :
__init__.py
back
Copy
# -*- 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', ]