| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
unittest.TestCase --+
|
WebCase
|
|||
| HTTP_CONN | |||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
HOST =
|
|||
PORT = 8000
|
|||
PROTOCOL =
|
|||
interactive = True
|
|||
console_height = 30
|
|||
|
|||
| persistent | |||
|
Inherited from |
|||
|
|||
Make our HTTP_CONN persistent (or not). If the 'on' argument is True (the default), then self.HTTP_CONN will be set to an instance of httplib.HTTPConnection (or HTTPS if self.scheme is "https"). This will then persist across requests. We only allow for a single open connection, so if you call this and we currently have an open connection, it will be closed. |
|
|
|
|||
persistent
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jan 24 16:33:10 2008 | http://epydoc.sourceforge.net |