<get-request> ( url -- request )
HTTP client ยป GET requests with the HTTP client

Prev:?download-to ( url file -- )
Next:http-request ( request -- response data )


Vocabulary
http.client

Inputs
urlan url or a string


Outputs
requesta request


Word description
Constructs an HTTP GET request for retrieving the URL.

Notes
The request can be passed on to http-request, possibly after cookies and headers are set.

Definition