Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ getPathWithQuery
Method
getPathWithQuery
Sming/Components/Network/src/Network/Url.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
String Url::getPathWithQuery() const
112
{
113
String result = (Path.length() == 0) ? String(
'/'
) : uri_escape(Path);
114
result += Query;
115
return result;
116
}
117
118
String Url::getFileName() const
119
{
Callers
2
toString
Method · 0.80
sendRequestHeaders
Method · 0.80
Calls
3
String
Class · 0.70
uri_escape
Function · 0.50
length
Method · 0.45
Tested by
no test coverage detected