-
Notifications
You must be signed in to change notification settings - Fork 1
dbp::http
Dennis Prochko edited this page Dec 30, 2017
·
1 revision
The function makes http call. Http body is initialized by internal stream and the response outputs to the output stream.
href URL to access
method (GET,POST,PUT,..., default GET)
<dbp:http href="https://google.com" />
<dbp:http href="https://www.example.com" method="POST">\{"json":"value"\}</dbp:http>