Handbook
Glossary
http-options ( url -- response data )
HTTP client
ยป
OPTIONS requests with the HTTP client
Next:
http-options* ( url -- response data )
Vocabulary
http
.
client
Inputs
url
an
url
or a
string
Outputs
response
a
response
data
a
sequence
Word description
Submits an HTTP OPTIONS request.
Errors
Throws an error if the HTTP request fails.
See also
http-options*
Definition
IN:
http.client
:
http-options
( url -- response data )
<options-request>
http-request
;