powersync-plugins/httpcommander
Michael Zanetti d2fd24ecd7 HttpCommander: Build with more strict compiler settings 2019-12-30 15:32:20 +01:00
..
translations merged http requests into one device 2019-11-21 17:09:47 +01:00
README.md merged http requests into one device 2019-11-21 17:09:47 +01:00
devicepluginhttpcommander.cpp HttpCommander: Build with more strict compiler settings 2019-12-30 15:32:20 +01:00
devicepluginhttpcommander.h merged http requests into one device 2019-11-21 17:09:47 +01:00
devicepluginhttpcommander.json merged http requests into one device 2019-11-21 17:09:47 +01:00
httpcommander.pro merged http requests into one device 2019-11-21 17:09:47 +01:00
httpsimpleserver.cpp merged http requests into one device 2019-11-21 17:09:47 +01:00
httpsimpleserver.h merged http requests into one device 2019-11-21 17:09:47 +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.