FastLED 3.9.15
Loading...
Searching...
No Matches
http.h
Go to the documentation of this file.
1#pragma once
2
24
25// Client types
26#include "fl/net/http/fetch.h" // IWYU pragma: export
27
28// Server types
29#include "fl/stl/asio/http/server.h" // IWYU pragma: export
30
31// Stream transport types
32#include "fl/net/http/stream_client.h" // IWYU pragma: export
33#include "fl/net/http/stream_server.h" // IWYU pragma: export
34
35// Note: fl::asio::http::Server, Request, Response live in fl/stl/asio/http/server.h
36// and will eventually migrate to fl::net::http.
37
38// No aliases needed - types are already PascalCase in fl::net::http::
Unified HTTP fetch API for FastLED (cross-platform)