Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tremus/curl_test

Make GET HTTPS reqs. Small bundle size. C & Cmake
https://github.com/tremus/curl_test

c cmake cpp curl https libcurl

Last synced: about 1 month ago
JSON representation

Make GET HTTPS reqs. Small bundle size. C & Cmake

Awesome Lists containing this project

README

        

Goals:

- Make simple GET/POST HTTPS requests. We may POST sensitive data, so using SSL is important.
- Smallest bundle size possible.
- Keep all the build config in cmake

Target:

- MacOS and Windows
- Apps that will only ever send a few HTTPS requests

Currently the Release build produces an executable size of ~312kb on MacOS, ~250 on Windows. On MacOS you will double that size if you target arm64 & x86_64.

If you change any settings and produce a smaller bundle, please let me know!