MCPcopy
hub / github.com/bettercap/bettercap / Encode

Method Encode

js/http.go:25–27  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

23}
24
25func (c httpPackage) Encode(s string) string {
26 return url.QueryEscape(s)
27}
28
29func (c httpPackage) Request(method string, uri string,
30 headers map[string]string,

Callers 5

toJSONMethod · 0.80
recordStateMethod · 0.80
ippSendResponseFunction · 0.80
RequestMethod · 0.80
GenerateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected