Handbook
Glossary
http-get* ( url -- response data )
HTTP client
ยป
GET requests with the HTTP client
Prev:
http-get ( url -- response data )
Next:
<get-request> ( url -- request )
Vocabulary
http
.
client
Inputs
url
an
url
or a
string
Outputs
response
a
response
data
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 data )
<get-request>
http-request*
;