nymea-plugins/httpcommander
Bernhard Trinnes 175e00d3ab added some more logos 2020-04-24 16:29:56 +02:00
..
translations Update translations 2020-03-20 00:18:18 +01:00
README.md merged http requests into one device 2019-11-21 17:09:47 +01:00
httpcommander.pro Rename devices to things 2020-03-04 17:52:36 +01:00
httpcommander.svg added some more logos 2020-04-24 16:29:56 +02:00
httpsimpleserver.cpp Update copyright 2020-01-23 12:48:25 +01:00
httpsimpleserver.h Update copyright 2020-01-23 12:48:25 +01:00
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
meta.json fixed some more meta files 2020-04-24 14:51:12 +02: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.