Skip to content

Commit f5c3d5d

Browse files
authored
Update README.rst
1 parent 65be3e0 commit f5c3d5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ Introduction
2121
:target: https://github.com/psf/black
2222
:alt: Code Style: Black
2323

24-
Simple HTTP Server for CircuitPython
24+
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.
2530

2631

2732
Dependencies

0 commit comments

Comments
 (0)