Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSUrlSchemeSet
Function
TSUrlSchemeSet
src/api/InkAPI.cc:1123–1127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1121
}
1122
1123
TSReturnCode
1124
TSUrlSchemeSet(TSMBuffer bufp, TSMLoc obj, const char *value, int length)
1125
{
1126
return URLPartSet(bufp, obj, value, length, &URL::scheme_set);
1127
}
1128
1129
/* Internet specific URLs */
1130
Callers
10
operator=
Method · 0.85
REGRESSION_TEST(SDK_API_TSUrl)
Function · 0.85
REGRESSION_TEST(SDK_API_TSHttpHdr)
Function · 0.85
setScheme
Method · 0.85
urlScheme
Method · 0.85
exec
Method · 0.85
setProperty
Method · 0.85
ts_util.h
File · 0.85
ts_lua_client_request_set_url_scheme
Function · 0.85
ts_lua_server_request_set_url_scheme
Function · 0.85
Calls
1
URLPartSet
Function · 0.85
Tested by
2
REGRESSION_TEST(SDK_API_TSUrl)
Function · 0.68
REGRESSION_TEST(SDK_API_TSHttpHdr)
Function · 0.68