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 e2e396b commit 287c5e0Copy full SHA for 287c5e0
README.rst
@@ -21,12 +21,14 @@ Introduction
21
:target: https://github.com/psf/black
22
:alt: Code Style: Black
23
24
-Simple HTTP Server for CircuitPython.
+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.
+- 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.
32
33
34
Dependencies
0 commit comments