FastLED 3.9.15
Loading...
Searching...
No Matches

◆ header()

optional< string > fl::asio::http::Request::header ( const string & name) const

Get header value by name (case-insensitive)

Parameters
nameHeader name (e.g., "Content-Type")
Returns
Header value if present, otherwise nullopt

Definition at line 954 of file server.cpp.hpp.

954{ return nullopt; }
constexpr nullopt_t nullopt
Definition optional.h:13

References fl::nullopt.