michael@0: Serving up content to be consumed by the browser michael@0: ================================================ michael@0: michael@0: I know, right? ANOTHER Python HTTP server? In all seriousness, we michael@0: weren't able to find anything out there that was fast enough, flexible michael@0: enough, and easy-to-use enough for our needs. So we created our own. michael@0: michael@0: :mod:`mozhttpd` --- Simple webserver michael@0: ------------------------------------ michael@0: michael@0: .. automodule:: mozhttpd michael@0: :members: michael@0: michael@0: Interface michael@0: ````````` michael@0: michael@0: .. autoclass:: MozHttpd michael@0: :members: