Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ clear
Method
clear
lib_acl_cpp/src/http/http_header.cpp:242–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void http_header::clear()
243
{
244
cookies_.clear();
245
entries_.clear();
246
params_.clear();
247
}
248
249
void http_header::reset()
250
{
Callers
15
http_mime
Method · 0.45
reset
Method · 0.45
http_request.cpp
File · 0.45
read_body
Method · 0.45
http_header
Method · 0.45
build_request
Method · 0.45
build_response
Method · 0.45
reset
Method · 0.45
encodeUrl
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
write_gzip
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected