handleStaticFiles

The handler for static file requests.

package
static if(isWeb)
void
handleStaticFiles
(
HttpClient client
,
HTTPServerRequestDelegateS staticFile
)

Parameters

client HttpClient

The client.

staticFile HTTPServerRequestDelegateS

The static file handler.

Meta