Edit

StopHTTPServer(handle)

Result type:  none

Definition:  Stops an HTTP server. Pass the handle you received from StartHTTPServer.

See Also:

GetHTTPRequest: Get the HTTP request when processing a REST request on the server

GetHTTPRequestHeaders: Get the HTTP request headers when processing a REST request on the server

GetHTTPRequestPayload: Get the POST payload of an HTTP or REST request

GetHTTPServerPort: Get port of an HTTP server

PutHTTPRequestResponse: Put additional response information for an HTTP request

SSE_Send: Push SSE data to an HTTP client

StartHTTPServer: Start an HTTP server