Table of contents Index
Module Http
class HttpProxy(Proxy) # Wrapper class for the http proxy
class HttpProxyNonTransparent(HttpProxy) # Nontransparent HTTP proxy based on HttpProxy
string AuthException = 'Authenticated failed'
string DACException = 'DAC policy violation'
int FALSE = 0
int HTTP_CHANGE_BOTH = 6
int HTTP_CHANGE_NAME = 4
int HTTP_CHANGE_REGEXP = 7
int HTTP_CHANGE_VALUE = 5
int HTTP_CONNECTION_CLOSE = 0
int HTTP_CONNECTION_KEEPALIVE = 1
int HTTP_DROP = 2
int HTTP_INSERT = 8
int HTTP_PASS = 1
int HTTP_POLICY = 3
int HTTP_REPLACE = 9
string InternalError = 'Internal error occured'
string MACException = 'MAC policy violation'
string ServiceException = 'Service'
int TRUE = 1
int Z_ACCEPT = 1
int Z_CRITICAL = 8
int Z_DEBUG = 128
int Z_DENY = 2
int Z_ERROR = 4
int Z_INFO = 64
int Z_MESSAGE = 32
int Z_REJECT = 3
int Z_UNSPEC = 0
int Z_WARNING = 16
string ZoneException = 'Zone not found'
string __file__ = './Http.py'
string firewall_name = 'zorp'
dictionary settings = {}
list zones = []
alias HttpProxyTransparent = Http.HttpProxy (type class)
Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler