powersync-plugins/httpcommander
Bernhard Trinnes 175e00d3ab added some more logos 2020-04-24 16:29:56 +02:00
..
translations
README.md
httpcommander.pro
httpcommander.svg added some more logos 2020-04-24 16:29:56 +02:00
httpsimpleserver.cpp
httpsimpleserver.h
integrationpluginhttpcommander.cpp
integrationpluginhttpcommander.h
integrationpluginhttpcommander.json
meta.json

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.