1
2:mod:`mozhttpd` --- Serving up content to be consumed by the browser
3====================================================================
4
5
6.. warning:: The mozhttpd module is considered obsolete. For new code,
7             please use wptserve_ which can do everything mozhttpd does
8             and more.
9
10.. _wptserve: https://pypi.python.org/pypi/wptserve
11
12:mod:`mozhttpd` --- Simple webserver
13------------------------------------
14
15.. automodule:: mozhttpd
16   :members:
17
18Interface
19`````````
20
21.. autoclass:: MozHttpd
22   :members:
23