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

Method Request

src/fl/stl/asio/http/server.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class Request {
49public:
50 Request() FL_NOEXCEPT = default;
51
52 /// Get HTTP method (e.g., "GET", "POST", "PUT", "DELETE")
53 const string& method() const { return mMethod; }

Callers 3

_get_file_sizeMethod · 0.80
_download_rangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected