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 65be3e0 commit f5c3d5dCopy full SHA for f5c3d5d
README.rst
@@ -21,7 +21,12 @@ Introduction
21
:target: https://github.com/psf/black
22
:alt: Code Style: Black
23
24
-Simple HTTP Server for CircuitPython
+Simple HTTP Server for CircuitPython.
25
+
26
+- Supports `socketpool` or `socket` as a source of sockets. Can be used in CPython.
27
+- HTTP 1.1.
28
+- Serves files from a designated root.
29
+- Simple routing available to serve computed results.
30
31
32
Dependencies
0 commit comments