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