Handbook
Glossary
rpc-post-request ( xml url -- request )
Vocabulary
xml-rpc
.
private
Inputs
xml
an
object
url
an
object
Outputs
request
an
object
Definition
USING:
accessors
http.client
kernel
xml-rpc
;
IN:
xml-rpc.private
:
rpc-post-request
( xml url -- request )
[
send-rpc
xml-post-data
]
[
"POST"
<client-request>
]
bi*
swap
>>post-data
;