MXServer is a lightweight multithreading Http server that handles HTTP GETS requests, and respond with HTTP response headers(with the support of error code), and the direct listing with HTML.
- Proxy HTTP requests supported.
- Thread server is supported for parallazation.
- Fixed-sized thead pool is supported for handling multiple client requests concurrency.
-TBD