Handbook
Glossary
DELETE requests with the HTTP client
HTTP client
Prev:
HEAD requests with the HTTP client
Next:
OPTIONS requests with the HTTP client
Basic usage involves passing a
url
and getting a
response
and data back:
http-delete
( url -- response data )
http-delete*
( url -- response data )
Advanced usage involves constructing a
request
, which allows
HTTP cookies
and
HTTP headers
to be set:
<delete-request>
( url -- request )