# getHttpServerState
Description: get information about the state of the HTTP server.
Request example:
{
"method" : "getHttpServerState",
"requestId" : "1"
}
Response example:
{
"state": 3,
"method": "getHttpServerState",
"requestId" : "1",
"result": true
}
Parameter description:
state
— State. It can be as follows:1
— Stopped3
— Started
requestId
- unique request identifier. More details can be found here
See also: