powersync-plugins/httpcommander
Michael Zanetti f74d956797 Rename devices to things 2020-03-04 17:52:36 +01:00
..
translations Rename devices to things 2020-03-04 17:52:36 +01:00
README.md
httpcommander.pro Rename devices to things 2020-03-04 17:52:36 +01:00
httpsimpleserver.cpp
httpsimpleserver.h
integrationpluginhttpcommander.cpp Rename devices to things 2020-03-04 17:52:36 +01:00
integrationpluginhttpcommander.h Rename devices to things 2020-03-04 17:52:36 +01:00
integrationpluginhttpcommander.json Rename devices to things 2020-03-04 17:52:36 +01:00

README.md

HTTP commander

The HTTP commander allows you to send and reqceive generiv HTTP requests.

HTTP Request

Send simple HTTP GET/POST/PUT/DELETE requests. URL and port will be defined during setup, body and HTTP method can be set within every request.

HTTP Server

Simple HTTP Server to receive GET/POST/PUT/DELETE requests. Emits an event including HTTP request type, Url and body as parameter.