VL.SimpleHTTP

bonjour,

here’s VL.SimpleHTTP, a minimal nuget that allows to perform simple HTTP queries.

it gives you two Request nodes (one async, one blocking) that just take a URL and return the response’s body as a string. you can also supply your own headers and a JSON body. all HTTP methods supported by RESTSharp (on which the nuget is based) are available from an enum

on the outputs side, you get the response and the status code/description. you can also enable an optional pin that shows the data as a spread of bytes, in case you’re dealing with images.

it comes with a bunch of help patches, so make sure to check those out!

image

to install, simply do

nuget install VL.SimpleHTTP

don’t hesitate to throw suggestions, comments or bugreports here or in the github issues!

cheerrzzz

5 Likes