Handbook
Glossary
post-rpc ( rpc url -- rpc' )
XML-RPC
Prev:
<rpc-fault> ( code string -- rpc-fault )
Vocabulary
xml-rpc
Inputs
rpc
an XML-RPC input tuple
url
a URL
Outputs
rpc'
an XML-RPC output tuple
Word description
posts an XML-RPC document to the specified URL, receives the response and parses it as XML-RPC, returning the tuple
Definition
USING:
http.client
kernel
xml
xml-rpc.private
;
IN:
xml-rpc
:
post-rpc
( rpc url -- rpc' )
rpc-post-request
http-request
nip
string>xml
receive-rpc
;