summaryrefslogtreecommitdiffstats
path: root/python/tests/abstractweb.py
Commit message (Collapse)AuthorAgeFilesLines
* LECP now nearly works. Still a segmentation fault at the end, but Valos isEmmanuel Raviart2004-08-091-8/+5
| | | | aware of it.
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-091-13/+40
|
* Added module abstractweb.Emmanuel Raviart2004-08-091-0/+156
It defines abstract classes for HTTP servers, etc, that are independant of the connection type: They must be overrided for HTTP(S) connection or simulated connections.