MCPcopy 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
242void http_header::clear()
243{
244 cookies_.clear();
245 entries_.clear();
246 params_.clear();
247}
248
249void http_header::reset()
250{

Callers 15

http_mimeMethod · 0.45
resetMethod · 0.45
http_request.cppFile · 0.45
read_bodyMethod · 0.45
http_headerMethod · 0.45
build_requestMethod · 0.45
build_responseMethod · 0.45
resetMethod · 0.45
encodeUrlMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
write_gzipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected