Skip to content

dbp::http

Dennis Prochko edited this page Dec 30, 2017 · 1 revision

dbp::http

The function makes http call. Http body is initialized by internal stream and the response outputs to the output stream.

Parameters

href URL to access

method (GET,POST,PUT,..., default GET)

Example

<dbp:http href="https://google.com" />
<dbp:http href="https://www.example.com" method="POST">\{"json":"value"\}</dbp:http>

Clone this wiki locally