File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ if (success) // If no HTTP parsing error or read timeout occurred.
3030
3131### Writing an HTTP reply to some Stream
3232```c++
33- ArduinoHttpServer::StreamHttpReply<127> httpReply(Serial, "application/json");
33+ ArduinoHttpServer::StreamHttpReply httpReply(Serial, "application/json");
3434httpReply.send("{\"All your base are belong to us!\"}");
3535```
3636
3737Characteristics
3838---------------
39- * HTTP parser with with protocol validation.
39+ * HTTP parser with protocol validation.
4040* Puts you in control on how to react on a HTTP request; no implicit behaviour.
4141* Customizable memory footprint for caching returned body data.
4242* No external dependencies outside of the standard Arduino framework.
You can’t perform that action at this time.
0 commit comments