Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ setURL
Method
setURL
Sming/Components/Network/src/Network/Http/HttpRequest.h:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
HttpRequest* setURL(const Url& uri)
75
{
76
this->uri = uri;
77
return this;
78
}
79
80
HttpRequest* setMethod(HttpMethod method)
81
{
Callers
3
onPath
Method · 0.80
start
Method · 0.80
fetchNextItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected