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

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/web/http_post.txt
gloo-1.0.0 lib/gloo/help/objs/web/http_post.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/web/http_post.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/web/http_post.txt
gloo-0.8.0 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.7 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.6 lib/gloo/help/objs/web/http_post.txt