medusa http server

Frantisek Fuka fuka at fuxoft.cz
Wed May 28 14:42:25 EDT 2003


Jaroslav Jakl wrote:
> Hello all,
> I want to control my server application via web browser. I want to use
> medusa http server and write my own handler.
> I want to know, what methods in handler should be defined and what they
> should do.
> Documentation for medusa is very poor.

Have a look at the files in medusa/demo folder, it's fairly 
straightforward. Plus, make a class diagram. :)

Also consider using SimpleHTTPServer.py which is included in standard 
Python distribution. It's well documented.





More information about the Python-list mailing list