Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ getWksText
Method
getWksText
src/proxy/ControlBase.cc:367–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
return NAME;
366
}
367
const char *
368
SchemeMod::getWksText() const
369
{
370
return hdrtoken_index_to_wks(_scheme);
371
}
372
373
bool
374
SchemeMod::check(HttpRequestData *req) const
Callers
1
getSchemeModText
Method · 0.80
Calls
1
hdrtoken_index_to_wks
Function · 0.85
Tested by
no test coverage detected