search for: cpprestsdk

Displaying 2 results from an estimated 2 matches for "cpprestsdk".

2020 Sep 01
2
HTTP library in LLVM
...[libcURL](https://curl.haxx.se/libcurl/) would be an option for the client, but we'd need a different library for the server. > * [libhttp](https://github.com/lammertb/libhttp) is another MIT licensed library that could be a fit, but it seems bigger and more featureful than httplib. > * [cpprestsdk](https://github.com/microsoft/cpprestsdk) has a lot of extra features we don't need, like websockets. > * [pistache](https://github.com/oktal/pistache) similarly has additional features and dependencies that are likely unnecessary. > * [crow](https://github.com/ipkn/crow) is similar to cp...
2020 Aug 31
2
HTTP library in LLVM
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > * It supports Linux, macOS and Windows (and presumably other platforms). > * It