Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ del_header
Method
del_header
libi2pd/HTTP.cpp:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
void HTTPMsg::del_header(const char *name) {
287
headers.erase(name);
288
}
289
290
std::string HTTPMsg::get_header(const std::string& name) const
291
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64