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

◆ set_header()

void fl::net::http::Response::set_header ( const fl::string & name,
const fl::string & value )
inline

Definition at line 137 of file fetch.h.

137 {
138 mHeaders[name] = value;
139 }
fl_map< fl::string, fl::string > mHeaders
Definition fetch.h:145
constexpr int type_rank< T >::value

References mHeaders, and fl::type_rank< T >::value.