Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vhonowslend/StreamFX-Public
/ clear_header
Method
clear_header
source/util/util-curl.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void streamfx::util::curl::clear_header(std::string_view header)
112
{
113
_headers.erase(header.data());
114
}
115
116
void streamfx::util::curl::set_header(std::string header, std::string value)
117
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected