Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

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" "/")
Clone this wiki locally