Http(s) Server that can list and serve files and folders.
The server is meant to be used when a quick HTTP 1.1 GET is needed for a file transfer or to preview a html file in a browser.
The code was written with C++ 17 in mind and needs the following dependencies:
- boost
- FlowHttp
- FlowUtils
- OpenSSL
- Brotli