mock connection
This block is part of the http group and was last modified in core v12.0.7.
mock connection v12.0.7 Creates a dummy HTTP connecton with a callback to catch the reply.
In pins 5 + flow
- flow
flow - url required
valueThe URI this API acts for.
- method
valueThe method for this API request, defaults to
GET. - body
objectIn case of a
POST,PUTorDELETEa body can be given. - query
objectQuery part added to the URI.
- Reply required
inpinfunction
Out pins 1 + flow
- flow
flow - httpconnection
httpconnection
A typical wiring for mock connection: a function trigger starts the flow; value feeds the url pin; the flow out pin feeds debug.

Version history
Introduced in v12.0.7.
Back to
http Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group
