1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/docs/mozhttpd.rst Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +Serving up content to be consumed by the browser 1.5 +================================================ 1.6 + 1.7 +I know, right? ANOTHER Python HTTP server? In all seriousness, we 1.8 +weren't able to find anything out there that was fast enough, flexible 1.9 +enough, and easy-to-use enough for our needs. So we created our own. 1.10 + 1.11 +:mod:`mozhttpd` --- Simple webserver 1.12 +------------------------------------ 1.13 + 1.14 +.. automodule:: mozhttpd 1.15 + :members: 1.16 + 1.17 +Interface 1.18 +````````` 1.19 + 1.20 +.. autoclass:: MozHttpd 1.21 + :members: