Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
http-trace ( url -- response data )
HTTP client
>
TRACE requests with the HTTP client
Next:
<trace-request> ( url -- request )
Vocabulary
http.client
Inputs and outputs
url
a
url
or
string
response
a
response
data
a
sequence
Word description
Submits an HTTP TRACE request.
Errors
Throws an error if the HTTP request fails.
Definition
IN:
http.client
:
http-trace
( url -- response data )
<trace-request>
http-request
;