Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
func
(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
Exec
Method · 0.80
Calls
1
Request
Method · 0.95
Tested by
no test coverage detected