MCPcopy 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
111String Url::getPathWithQuery() const
112{
113 String result = (Path.length() == 0) ? String('/') : uri_escape(Path);
114 result += Query;
115 return result;
116}
117
118String Url::getFileName() const
119{

Callers 2

toStringMethod · 0.80
sendRequestHeadersMethod · 0.80

Calls 3

StringClass · 0.70
uri_escapeFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected