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

Prev:http-options ( url -- response data )
Next:<options-request> ( url -- request )


Vocabulary
http.client

Inputs
urlan url or a string


Outputs
responsea response
dataa sequence


Word description
Submits an HTTP OPTIONS request, but does not check the HTTP response code for success.

See also
http-options

Definition