You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduced boiler plate for users. NOTE: that this is a weak argument as utility functions could be made to perform this boilerplate.
Reduction in .rodata size due to smaller strings. Before a whole HTTP request header had to be passed to the server_write function. With this, only the URLs and payload template strings data must be stored in flash.
Receive buffers become smaller? This depends on what the devices respond with. If the HTTP headers are removed, then this reduces the size required for the serial buffer and the receive buffers. Otherwise, this doesn't help in this regard.
The text was updated successfully, but these errors were encountered:
See the various helper AT commands here: https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp8266/AT_Command_Set/HTTP_AT_Commands.html
The benefits of using these commands are:
.rodata
size due to smaller strings. Before a whole HTTP request header had to be passed to the server_write function. With this, only the URLs and payload template strings data must be stored in flash.The text was updated successfully, but these errors were encountered: