8 lines
323 B
Markdown
8 lines
323 B
Markdown
# 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.
|