handleWebServer

The handler for a generic webserver request.

static if(isWebServer)
bool
handleWebServer
(
HttpClient client
)

Parameters

client HttpClient

The client.

Return Value

Type: bool

True if the page was found, false otherwise.

Meta