MCPcopy 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
88func (cp CleanupParams) encode() string {
89 return cp.queryParams.Encode()
90}
91
92func (r *RESTClient) CreateTunnel(name string, tunnelSecret []byte) (*TunnelWithToken, error) {
93 if name == "" {

Callers 7

get_tokenMethod · 0.45
stream_requestMethod · 0.45
match_ruleMethod · 0.45
send_reconnectMethod · 0.45
assert_log_to_terminalFunction · 0.45
ListTunnelsMethod · 0.45
CleanupConnectionsMethod · 0.45

Calls 1

EncodeMethod · 0.45

Tested by 4

stream_requestMethod · 0.36
match_ruleMethod · 0.36
send_reconnectMethod · 0.36
assert_log_to_terminalFunction · 0.36