diff -r 000000000000 -r 6474c204b198 testing/mozbase/docs/mozhttpd.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/mozbase/docs/mozhttpd.rst Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,18 @@ +Serving up content to be consumed by the browser +================================================ + +I know, right? ANOTHER Python HTTP server? In all seriousness, we +weren't able to find anything out there that was fast enough, flexible +enough, and easy-to-use enough for our needs. So we created our own. + +:mod:`mozhttpd` --- Simple webserver +------------------------------------ + +.. automodule:: mozhttpd + :members: + +Interface +````````` + +.. autoclass:: MozHttpd + :members: