|
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: |