Skip to content

Commit 85648f7

Browse files
author
QuickSander
committed
Modified readme.
1 parent 6fa2406 commit 85648f7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ ArduinoHttpServer::StreamHttpReply<127> httpReply(Serial, "application/json");
3333
httpReply.send("{\"All your base are belong to us!\"}");
3434
```
3535

36-
Properties
37-
----------
36+
Characteristics
37+
---------------
3838
* HTTP parser with with protocol validation.
39+
* Puts you in control on how to react on a HTTP request; no implicit behaviour.
40+
* Customizable memory footprint for caching returned body data.
3941
* No external dependencies outside of the standard Arduino framework.
40-
* Object oriented implementation
42+
* Object oriented implementation.

0 commit comments

Comments
 (0)