Skip to content

Commit d70e2c5

Browse files
committed
Updated README.rst
1 parent 4fb06a0 commit d70e2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ HTTP Server for CircuitPython.
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-
- Routing for serving computed responses from handler.
29+
- Routing for serving computed responses from handlers.
3030
- Gives access to request headers, query parameters, body and client's address, the one from which the request came.
3131
- Supports chunked transfer encoding.
32+
- Supports URL parameters and wildcard URLs.
3233

3334

3435
Dependencies

0 commit comments

Comments
 (0)