Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tremus/curl_test
- Owner: Tremus
- Created: 2023-05-10T09:29:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-26T02:58:22.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:06:10.370Z (about 1 month ago)
- Topics: c, cmake, cpp, curl, https, libcurl
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 cmakeTarget:
- MacOS and Windows
- Apps that will only ever send a few HTTPS requestsCurrently 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!