TRACE requests with the HTTP client
HTTP client

Prev:OPTIONS requests with the HTTP client
Next:Character encodings and the HTTP client


Basic usage involves passing a url and getting a response and data back:
http-trace ( url -- response data )

http-trace* ( url -- response data )


Advanced usage involves constructing a request, which allows HTTP cookies and HTTP headers to be set:
<trace-request> ( url -- request )