arduino-esp32/libraries/HTTPUpdate
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
..
examples Merge branch 'master' into release/v3.1.x 2024-11-06 13:11:23 -03:00
src Support HTTP 204 (#11408) 2025-06-04 17:39:19 +03:00
keywords.txt add callback to HTTPUpdate (#5408) 2021-07-19 14:28:17 +03:00
library.properties Update core version to 3.2.0 2025-02-18 19:10:54 +02:00