Handbook
Glossary
rest-request-json-with-body ( body url method -- response json )
Vocabulary
http
.
json
Inputs
body
an
object
url
an
object
method
an
object
Outputs
response
an
object
json
an
object
Definition
USING:
accessors
kernel
;
IN:
http.json
:
rest-request-json-with-body
( body url method -- response json )
[
<json-post-data>
]
2dip
<json-request>
swap
>>post-data
http-request-json
;