Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded logs | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+0 |
| | |||||
* | Add Probe HTTP Command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+2 |
| | |||||
* | Send bad request when the APIRest operation is not supported | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Our program sends always the HTTP message: HTTP/1.0 200 OK but if the operation sent is not supported, we are sending the same correct message. This patch add the support to check if the message is supported. If the message is not supported, we are going to send: HTTP/1.0 400 Bad request\r\n\r\n Otherwise, in operations supported: HTTP/1.0 200 OK | ||||
* | Add new process support for reboot message | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+8 |
| | |||||
* | Add ogProcess and ogOperation for linux | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+20 |
Thoses new classes allows us to process and execute commands from server side sent using HTTP format. |