# 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
- a unique request identifier. You can learn more about it here.
See also: