http-request(w5500-inet)

xod/w5500/http-request(w5500-inet)

Performs an HTTP request and returns the response as a stream of characters
http-request(w5500-inet)
@/http-request(w5500-inet)
Performs an HTTP request and returns the response as a stream of characters
INET@/w5500-inet
An internet connection
HOSTstring
The 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.
METHstring
An HTTP method (e.g., GET, POST, PUT, or DELETE)
PATHstring
A path to the requested resource
HDRSstring
Additional headers
BODYstring
The request body (optional)
INITpulse
Begin the request
http-request(w5500-inet)
INET
HOST
PORT
METH
PATH
HDRS
BODY
INIT
CHAR
RCV
DONE
ERR
ERRpulse
Pulses if the request failed
DONEpulse
Pulses when all response data is received and the connection is closed
RCVpulse
Pulses when a new response character is received
CHARbyte
The last received character from the response