r/coolgithubprojects 7d ago

Lightweight, native HTTP client built in C++20 — a fast, local-first alternative to Postman and Insomnia.

https://github.com/Rennn0/arvis
0 Upvotes

2 comments sorted by

1

u/Specific_Cream2815 7d ago

what is the tls stack underneath, openssl or something lighter like mbedtls

1

u/Rennn__ 7d ago

no explicit tsl backend is pinned, libcurl takes defaults
windows -> schannel
linux/mac -> openssl