4 Apr
2001
4 Apr
'01
12:58 p.m.
On Wed, Apr 04, 2001 at 09:57:29AM +0200, Balazs Scheidler wrote:
class MyHttp(HttpProxy): def config(self): HttpProxy.config(self) self.request["GET"] = (Http.HTTP_POLICY, self.checkClient) self.request["POST"] = (Http.HTTP_POLICY, self.checkClient) self.request["HEAD"] = (Http.HTTP_POLICY, self.checkClient) self.allowed_clients = { "192.168.1.5":1, "192.168.1.7":1 }
Meg egy kerdesem lenne: mit jelent a :1? -- Udvozlettel Zsiga