Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
http-delete ( url -- response data )
HTTP client
>
DELETE requests with the HTTP client
Next:
<delete-request> ( url -- request )
Vocabulary
http.client
Inputs and outputs
url
a
url
or
string
response
a
response
data
a
sequence
Word description
Requests that the origin server delete the resource identified by the URL.
Errors
Throws an error if the HTTP request fails.
Definition
IN:
http.client
:
http-delete
( url -- response data )
<delete-request>
http-request
;