noflo / noflo-ajax

AJAX components for NoFlo
MIT License
3 stars 7 forks source link

POST #1

Open forresto opened 10 years ago

forresto commented 10 years ago

Any plans for a post component? Would be useful for photobooth uploading to Imgur: https://api.imgur.com/endpoints/image#image-upload

paulyoung commented 10 years ago

IMO it would be great to have a jQuery.ajax-like approach where data can be provided to an in port as an object of key-value pairs.

If the request is a GET, the data is converted into a query string and if the request is a POST, the data is sent in the body as JSON.