Handbook
Glossary
http-get ( url -- response data )
HTTP client
ยป
GET requests with the HTTP client
Next:
http-get* ( url -- response data )
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.
Errors
Throws an error if the HTTP request fails.
See also
http-get*
Definition
IN:
http.client
:
http-get
( url -- response data )
<get-request>
http-request
;