xref: /aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/README.md (revision 4a64e381480ef79f0532b2421e44e6ee336b8e0d)
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