Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / third_party / Simple-web-server / README.md
1 # Simple-web-server
2
3 ## URL
4
5 https://github.com/eidheim/Simple-Web-Server
6
7 ## Version
8
9 none
10
11 ## Commit
12
13 cfafbcbc7d74d91ffd24fd2fbf1a382d52133264
14
15 ## License
16
17 MIT License
18
19 ## License File
20
21 [LICENSE](repo/LICENSE.txt)
22
23 ## Description
24
25 A 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.