Sha256: 5fa7b28917e99ea9a27fe3e57283da1c096a2cebcc4f25e093759aec9ba31320
Contents?: true
Size: 853 Bytes
Versions: 16
Compression:
Stored size: 853 Bytes
Contents
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. skip_ssl_verify - boolean (optional) Skip the SSL verification as part of the request. 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
Version data entries
16 entries across 16 versions & 2 rubygems