http-get-json

xod/net/http-get-json

Performs an HTTP GET request and returns the response as a stream of parsed JSON chunks.
http-get-json
@/http-get-json
Performs an HTTP GET request and returns the response as a stream of parsed JSON chunks.
INETgeneric t1
An internet connection
HOSTstring
A domain name of the server
PORTnumber
A port number on which the server is listening. In most configurations, HTTP web servers listen at port 80
PATHstring
A path to the requested resource
INITpulse
Initiate the request
HDRSstring
Additional headers
http-get-json
OUT1
OUT2
INET
HOST
PORT
PATH
INIT
HDRS
DONE
DONEpulse
Pulses when all response data is received and the connection is closed
OUT2xod/json/parsed-json-chunk
The last received JSON chunk from the response
OUT1pulse
Pulses when a new JSON chunk is received