Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
repo/ | H | 25-Apr-2025 | - | 8,097 | 6,393 | |
README.md | H A D | 25-Apr-2025 | 453 | 26 | 13 |
README.md
1# Simple-web-server 2 3## URL 4 5https://gitlab.com/eidheim/Simple-Web-Server 6 7## Version 8 9none 10 11## Commit 12 132f29926dbbcd8a0425064d98c24f37ac50bd0b5b 14 15## License 16 17MIT License 18 19## License File 20 21[LICENSE](repo/LICENSE.txt) 22 23## Description 24 25A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. 26