diff --git a/README.md b/README.md index 4fead80..f700c60 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,8 @@ Here is a list of the available api calls for the board : - [X] WEBServer handling multiple clients simultaneously ✓ - [X] Fixed a nasty stack overflow - WEBServer class is now stable ✓ - [X] Added partial content request support ✓ - - [ ] Need to add cookie support + - [X] Cookie support added, server can set and retrieve cookies ✓ + - [X] User can send custom HTTP Headers ✓ - [ ] WEBSocket Server for the dashboard - [X] GPIO Util ✓ - [ ] Dictionary class needs to be correctly rewritten.