powersync-plugins/httpcommander
Boernsman 747a348152 Updated readme 2019-11-19 17:55:59 +01:00
..
translations Updated readme 2019-11-19 17:55:59 +01:00
README.md Updated readme 2019-11-19 17:55:59 +01:00
devicepluginhttpcommander.cpp cleaned up http server 2019-11-19 17:51:04 +01:00
devicepluginhttpcommander.h first working version 2019-11-10 22:54:43 +01:00
devicepluginhttpcommander.json first working version 2019-11-10 22:54:43 +01:00
httpcommander.pro added simple http server 2019-11-10 21:15:52 +01:00
httprequest.cpp added http request 2019-11-10 21:15:52 +01:00
httprequest.h added http request 2019-11-10 21:15:52 +01:00
httpsimpleserver.cpp cleaned up http server 2019-11-19 17:51:04 +01:00
httpsimpleserver.h first working version 2019-11-10 22:54:43 +01:00

README.md

HTTP commander

HTTP PUT/POST/GET Commander

The HTTP commander allows you to execute HTTP methods on a HTTP server and is ment as a generic way to interact with a server.

HTTP Server

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