MCPcopy Create free account
hub / github.com/FastLED/FastLED / set_text

Method set_text

src/fl/net/http/fetch.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 void set_status(int status_code) { mStatusCode = status_code; }
134 void set_status_text(const fl::string& status_text) { mStatusText = status_text; }
135 void set_text(const fl::string& body) { mBody = body; } // Backward compatibility
136 void set_body(const fl::string& body) { mBody = body; }
137 void set_header(const fl::string& name, const fl::string& value) {
138 mHeaders[name] = value;

Callers 1

fetchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected