Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
<trace-request> ( url -- request )
HTTP client
>
TRACE requests with the HTTP client
Prev:
http-trace ( url -- response data )
Vocabulary
http.client
Inputs and outputs
url
a
url
or
string
request
a
request
Word description
Constructs an HTTP TRACE request for the requested URL.
Notes
The request can be passed on to
http-request
, possibly after cookies and headers are set.
Definition
USING:
http.client.private
;
IN:
http.client
:
<trace-request>
( url -- request )
"TRACE"
<client-request>
;