HsacExamples.SlimTests.HttpTests.HttpHeadTest


Http HEAD


Performs HTTP HEAD, which requests only the status code and headers of a server (i.e. no body).

script json http test
head from https://httpbin.org/anything
check response status 200
show response headers
Date Mon, 16 Mar 2020 08:31:17 GMT
Content-Type application/json
Content-Length 350
Connection keep-alive
Server gunicorn/19.9.0
Access-Control-Allow-Origin *
Access-Control-Allow-Credentials true
check response null