Interface HTTPRequest
access this type via: net.http.HTTPRequest (provides, requires or uses)
Make a HTTP request.
Functions
HTTPResponse get(char url[], optional Header headers[], bool secure)
HTTPResponse post(char url[], Header headers[], char postData[], optional bool secure)
HTTPResponse get(char url[], optional Header headers[], bool secure)
Make a HTTP GET request, returning a response structure.
HTTPResponse post(char url[], Header headers[], char postData[], optional bool secure)
Make a HTTP POST request, returning a response structure.