Handbook
Glossary
<options-request> ( url -- request )
HTTP client
ยป
OPTIONS requests with the HTTP client
Prev:
http-options* ( url -- response data )
Vocabulary
http
.
client
Inputs
url
an
url
or a
string
Outputs
request
a
request
Word description
Constructs an HTTP OPTIONS request for the requested URL.
Notes
The request can be passed on to
http-request
, possibly after cookies and headers are set.
Definition
IN:
http.client
:
<options-request>
( url -- request )
"OPTIONS"
<client-request>
;