Skip to content

Commit 287c5e0

Browse files
committed
Updated README.rst
1 parent e2e396b commit 287c5e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

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

24-
Simple HTTP Server for CircuitPython.
24+
HTTP Server for CircuitPython.
2525

2626
- Supports `socketpool` or `socket` as a source of sockets; can be used in CPython.
2727
- HTTP 1.1.
2828
- Serves files from a designated root.
29-
- Simple routing available to serve computed results.
29+
- Routing for serving computed responses from handler.
30+
- Gives access to request headers, query parameters, body and address from which the request came.
31+
- Supports chunked transfer encoding.
3032

3133

3234
Dependencies

0 commit comments

Comments
 (0)