mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
23 lines
493 B
ReStructuredText
23 lines
493 B
ReStructuredText
|
|
Serving up content to be consumed by the browser
|
|
================================================
|
|
|
|
|
|
.. warning:: The mozhttpd module is considered obsolete. For new code,
|
|
please use wptserve_ which can do everything mozhttpd does
|
|
and more.
|
|
|
|
.. _wptserve: https://pypi.python.org/pypi/wptserve
|
|
|
|
:mod:`mozhttpd` --- Simple webserver
|
|
------------------------------------
|
|
|
|
.. automodule:: mozhttpd
|
|
:members:
|
|
|
|
Interface
|
|
`````````
|
|
|
|
.. autoclass:: MozHttpd
|
|
:members:
|