FastLED 3.9.15
Loading...
Searching...
No Matches
ClientValidation.ino File Reference

Detailed Description

HTTP Client Validation Suite for FastLED fetch API.

Self-contained loopback test that validates fl::fetch API by running both HTTP server and client in the same process.

TEST SEQUENCE:

  1. Start HTTP server with /json, /get, /ping endpoints
  2. Fetch GET /json (JSON slideshow data)
  3. Fetch GET /get (request echo)
  4. Fetch GET /ping (health check)
  5. Validate all responses
  6. Display pass/fail status

USAGE: bash test ClientValidation –examples

Definition in file ClientValidation.ino.

#include "FastLED.h"
#include "ClientValidationReal.h"
+ Include dependency graph for ClientValidation.ino:

Go to the source code of this file.