testing/mozbase/docs/mozhttpd.rst

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4e01cd5e5457
1 Serving up content to be consumed by the browser
2 ================================================
3
4 I know, right? ANOTHER Python HTTP server? In all seriousness, we
5 weren't able to find anything out there that was fast enough, flexible
6 enough, and easy-to-use enough for our needs. So we created our own.
7
8 :mod:`mozhttpd` --- Simple webserver
9 ------------------------------------
10
11 .. automodule:: mozhttpd
12 :members:
13
14 Interface
15 `````````
16
17 .. autoclass:: MozHttpd
18 :members:

mercurial