Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ encodeUrl
Method
encodeUrl
lib_acl_cpp/src/http/HttpServletResponse.cpp:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void HttpServletResponse::encodeUrl(string& out, const char* url)
261
{
262
out.clear();
263
out.url_encode(url);
264
}
265
266
ostream& HttpServletResponse::getOutputStream(void) const
267
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected