Implements a minimalistic web server (static content)
It just serves content in the root folder and allow browsing/ looking at content
within rootFolder and subfolders.
Implements a minimalistic web server (static content) It just serves content in the root folder and allow browsing/ looking at content within rootFolder and subfolders. Only support the http GET method.