Commit Graph

4 Commits

Author SHA1 Message Date
Jérôme Schneider 8ceb28cae8 Begin Mandaye true project based on poc1.py
* COPYING: Mandaye's license
 * README.rst: begin of a readme
 * mandaye.py: script to launch the project
 * mandaye/: mandaye python module
 * mandaye/config.py: frst version of the Mandaye configuration file
 * mandaye/dispatchers/default.py: begin a draft of the default dispatcher
 * mandaye/response.py: mandaye http responses
 * mandaye/server.py: mandaye server based on gevent wsgi server
 * mandaye/utils.py: mandaye utils, only URlInfo at the moment
 * mandaye/filters: I need to do that :)
 * mandaye/handlers: todo
 * setup.py: first version of the installer using setuptools

Happy holidays guys ;)
2011-08-04 19:28:16 +02:00
Jérôme Schneider 6e75df935d Fix cookie and redirection management and a TODO list
- Disable urllib2 auto redirection with a handler
 - Fix HTTP response 304
 - Fix cookies management
2011-08-03 15:29:57 +02:00
Jérôme Schneider e17161732b Forward browser request to the rp request 2011-07-28 19:52:51 +02:00
Jérôme Schneider 3861796033 First draft of the first poc 2011-07-28 18:14:09 +02:00