Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ reset
Method
reset
lib_acl_cpp/src/http/http_utils.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void http_url::reset(void) {
83
ACL_SAFE_STRNCPY(proto_,
"http"
, sizeof(proto_));
84
port_ = 80;
85
domain_.clear();
86
url_path_.clear();
87
url_params_.clear();
88
}
89
90
bool http_url::parse(const char *url) {
91
const char* ptr;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected