MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Post

Method Post

http/client.go:31–31  ·  view source on GitHub ↗

Post queries the configured endpoint with the path, sending the requestBody and providing the response in the responseBody structure. It returns the HTTP status code and any potential errors.

(
		path string,
		requestBody interface{},
		responseBody interface{},
	)

Source from the content-addressed store, hash-verified

29 // Post queries the configured endpoint with the path, sending the requestBody and providing the
30 // response in the responseBody structure. It returns the HTTP status code and any potential errors.
31 Post(
32 path string,
33 requestBody interface{},
34 responseBody interface{},

Callers 9

runRequestFunction · 0.95
getAccessTokenMethod · 0.65
GetAuthorizationURLMethod · 0.65
getAccessTokenMethod · 0.65
getAccessTokenMethod · 0.65
authServerRequestMethod · 0.65
attachMethod · 0.65
createExecLockedMethod · 0.65
configServerRequestMethod · 0.65

Calls

no outgoing calls

Tested by 1

runRequestFunction · 0.76