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

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


Vocabulary
http.client

Inputs
urla url or string


Outputs
responsea response
dataa sequence


Word description
Submits an HTTP TRACE request.

Errors
Throws an error if the HTTP request fails.

See also
http-trace*

Definition