httpsclient test - part-cw/lambdanative GitHub Wiki
(httpsclient-test host file)
httpsclient-test make a simple https GET request and dumps the response to the console.
Parameter | Description |
---|---|
host | hostname of the https server |
file | Name of file requested |
Example
Example 1: Get GitHub status page (well the first part of it as the buffer is too small for the full page)
(httpsclient-test "status.github.com" "/")