Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
class Request {
49
public:
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
_resolve_package_url_from_registry
Function · 0.80
_get_file_size
Method · 0.80
_download_range
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected