Sha256: 65b6d2f17ec4aa9f9e2d7ec9bc01ed96695fe6e125c08596ff141ed9292d2fce

Contents?: true

Size: 756 Bytes

Versions: 6

Compression:

Stored size: 756 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.

  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

6 entries across 6 versions & 1 rubygems

Version Path
gloo-0.7.5 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.4 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.3 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.2 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.1 lib/gloo/help/objs/web/http_post.txt
gloo-0.7.0 lib/gloo/help/objs/web/http_post.txt