MCPcopy Create free account
hub / github.com/evilsocket/shellz / Get

Method Get

plugins/http.go:97–99  ·  view source on GitHub ↗
(url string, headers map[string]string)

Source from the content-addressed store, hash-verified

95}
96
97func (c httpPackage) Get(url string, headers map[string]string) httpResponse {
98 return c.Request("GET", url, headers, nil)
99}
100
101func (c httpPackage) Post(url string, headers map[string]string, form map[string]string) httpResponse {
102 return c.Request("POST", url, headers, form)

Callers

nothing calls this directly

Calls 1

RequestMethod · 0.95

Tested by

no test coverage detected