HTTP_POST OBJECT TYPE NAME: http_post SHORTCUT: post DESCRIPTION Perform an HTTP Post. CHILDREN uri - string - 'https://web.site/' The URI for the HTTP Post. body - container Collection of parameters for the HTTP Post. result - string - Optional parameter The result of the request. Whatever was returned in the body of the HTTP POST. MESSAGES run - Run the HTTP Post sending the body data to the endpoint specified in the URI. EXAMPLE post [post] : txt [str] : Message from gloo! uri [str] : https://my.service.com/my-long-token body [can] : text [alias] : post.txt username [str] : me on_load [script] : run post SEE ALSO http_get, json, uri