Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ append
Method
append
src/tscpp/api/Headers.cc:303–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
bool
304
HeaderField::append(const std::string &value)
305
{
306
return append(value.c_str(), value.length());
307
}
308
309
bool
310
HeaderField::append(const char *value, int length)
Callers
3
values
Method · 0.45
produce
Method · 0.45
consumeFromTSIOBufferReader
Method · 0.45
Calls
8
TSMimeHdrFieldValueStringInsert
Function · 0.85
TSMimeHdrFieldCreate
Function · 0.85
TSMimeHdrFieldNameSet
Function · 0.85
TSMimeHdrFieldAppend
Function · 0.85
header_field_iterator
Class · 0.85
append
Function · 0.50
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected