arduino-esp32/libraries/HTTPUpdate/src
Kevin Sidwar b5c5655cf0
Support HTTP 204 (#11408)
HTTP 204 is a successful return code which indicates No Content. While it's appropriate to return a 304 if the server has content for a device but it hasn't change, it is more accurate for a server to return a 204 if it simply doesn't have any firmware files for a particular device.

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2025-06-04 17:39:19 +03:00
..
HTTPUpdate.cpp Support HTTP 204 (#11408) 2025-06-04 17:39:19 +03:00
HTTPUpdate.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00