http-trace ( url -- response content )
HTTP client ยป TRACE requests with the HTTP client

Next:http-trace* ( url -- response content )


Vocabulary
http.client

Inputs
urla url or string


Outputs
responsea response
contenta sequence


Word description
Submits an HTTP TRACE request.

Errors
Throws an error if the HTTP request fails.

See also
http-trace*

Definition