We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87d7dd commit 0fac579Copy full SHA for 0fac579
docs/examples.rst
@@ -1,10 +1,10 @@
1
-Simple file serving
+Simple Test
2
-------------------
3
4
-Serving the content of index.html from the filesystem.
+Serving a simple static text message.
5
6
-.. literalinclude:: ../examples/httpserver_simple_serve.py
7
- :caption: examples/httpserver_simple_serve.py
+.. literalinclude:: ../examples/httpserver_simpletest.py
+ :caption: examples/httpserver_simpletest.py
8
:linenos:
9
10
If you want your code to do more than just serve web pages,
0 commit comments