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 8e2d543 commit 14585bfCopy full SHA for 14585bf
README.rst
@@ -27,7 +27,7 @@ HTTP Server for CircuitPython.
27
- HTTP 1.1.
28
- Serves files from a designated root.
29
- Routing for serving computed responses from handlers.
30
-- Gives access to request headers, query parameters, body and client's address, the one from which the request came.
+- Gives access to request headers, query parameters, form data, body and client's address (the one from which the request came).
31
- Supports chunked transfer encoding.
32
- Supports URL parameters and wildcard URLs.
33
- Supports HTTP Basic and Bearer Authentication on both server and route per level.
0 commit comments