Displaying 2 results from an estimated 2 matches for "pistach".
Did you mean:
pistache
2020 Sep 01
2
HTTP library in LLVM
...rver.
> * [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 cpprestsdk and pistache, it depends on Boost.
> * [cpp-netlib](https://github.com/cpp-netlib/cpp-netlib) looks nice but d...
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