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
urlan url or a string


Outputs
responsea response
dataa sequence


Word description
Downloads the contents of a URL, but does not check the HTTP response code for success.

See also
http-get

Definition