http-post
tool-definition · v1.0.0
HTTP POST / PUT / PATCH / DELETE. Side-effecting.
Tool signature
function http_post(url: string, method: string, body: string?, headers: object?) → object Perform a side-effecting HTTP request.
Parameters
url(string, required) — URLmethod(string, required) — POST / PUT / PATCH / DELETEbody(string) — Request bodyheaders(object) — Request headers
Side effects
network