23 lines
511 B
Markdown
23 lines
511 B
Markdown
# HTTP Commander
|
|
|
|
The HTTP commander allows to send and receive raw HTTP requests.
|
|
|
|
## Supported Things
|
|
|
|
* HTTP Request
|
|
* GET/POST/PUT/DELETE
|
|
* URL and port get defined during thing setup
|
|
* Body and HTTP method can be set within every request
|
|
* HTTP Server
|
|
* GET/POST/PUT/DELETE
|
|
* Get event with HTTP request type, url and body as parameter.
|
|
|
|
## Requirements
|
|
|
|
* The package 'nymea-plugin-httpcommander' must be installed.
|
|
|
|
## More
|
|
|
|
https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
|
|
|