Handbook
Glossary
<rest-request> ( url method -- request )
Vocabulary
http
.
client
Inputs
url
an
object
method
an
object
Outputs
request
an
object
Definition
USING:
kernel
;
IN:
http.client
:
<rest-request>
( url method -- request )
[
f
]
2dip
<rest-request-with-body>
;