Network API¶
Block name |
Block rendering |
|
---|---|---|
Makes an HTTP request and optionally returns the server response. |
||
Returns an HTTP method which can be used in the block above. |
||
Constructs a parameterized URL using the template and the object's values. |
Consider the following example: The block will construct the following URL: http://foo.bar.com/value1/value2 |