Handbook
Glossary
http-get* ( url -- response content )
HTTP client
ยป
GET requests with the HTTP client
Prev:
http-get ( url -- response content )
Next:
<get-request> ( url -- request )
Vocabulary
http
.
client
Inputs
url
an
url
or a
string
Outputs
response
a
response
content
a
sequence
Word description
Downloads the contents of a URL, but does not check the HTTP response code for success.
See also
http-get
Definition
IN:
http.client
:
http-get*
( url -- response content )
<get-request>
http-request*
;