Handbook
Glossary
HEAD requests with the HTTP client
HTTP client
Prev:
HTTP client post data
Next:
DELETE requests with the HTTP client
Basic usage involves passing a
url
and getting a
response
and data back:
http-head
( url -- response data )
http-head*
( url -- response data )
Advanced usage involves constructing a
request
, which allows
HTTP cookies
and
HTTP headers
to be set:
<head-request>
( url -- request )