Skip to content

Commit 14585bf

Browse files
committed
Updated README.md
1 parent 8e2d543 commit 14585bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HTTP Server for CircuitPython.
2727
- HTTP 1.1.
2828
- Serves files from a designated root.
2929
- 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.
30+
- Gives access to request headers, query parameters, form data, body and client's address (the one from which the request came).
3131
- Supports chunked transfer encoding.
3232
- Supports URL parameters and wildcard URLs.
3333
- Supports HTTP Basic and Bearer Authentication on both server and route per level.

0 commit comments

Comments
 (0)