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

Method Post

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

Source from the content-addressed store, hash-verified

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)
103}

Callers 1

ExecMethod · 0.80

Calls 1

RequestMethod · 0.95

Tested by

no test coverage detected