Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/cloudflared
/ encode
Method
encode
cfapi/tunnel.go:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(cp CleanupParams) encode() string {
89
return
cp.queryParams.Encode()
90
}
91
92
func
(r *RESTClient) CreateTunnel(name string, tunnelSecret []byte) (*TunnelWithToken, error) {
93
if
name ==
""
{
Callers
7
get_token
Method · 0.45
stream_request
Method · 0.45
match_rule
Method · 0.45
send_reconnect
Method · 0.45
assert_log_to_terminal
Function · 0.45
ListTunnels
Method · 0.45
CleanupConnections
Method · 0.45
Calls
1
Encode
Method · 0.45
Tested by
4
stream_request
Method · 0.36
match_rule
Method · 0.36
send_reconnect
Method · 0.36
assert_log_to_terminal
Function · 0.36