MCPcopy 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
260void HttpServletResponse::encodeUrl(string& out, const char* url)
261{
262 out.clear();
263 out.url_encode(url);
264}
265
266ostream& HttpServletResponse::getOutputStream(void) const
267{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected