http-options ( url -- response data )
HTTP client ยป OPTIONS requests with the HTTP client

Next:http-options* ( url -- response data )


Vocabulary
http.client

Inputs
urlan url or a string


Outputs
responsea response
dataa sequence


Word description
Submits an HTTP OPTIONS request.

Errors
Throws an error if the HTTP request fails.

See also
http-options*

Definition