Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/araujo88/libcurl-example
Networking example in C using libcurl library
https://github.com/araujo88/libcurl-example
c c-network-programming curl-library libcurl
Last synced: about 1 month ago
JSON representation
Networking example in C using libcurl library
- Host: GitHub
- URL: https://github.com/araujo88/libcurl-example
- Owner: araujo88
- Created: 2021-10-09T00:46:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T01:10:12.000Z (over 2 years ago)
- Last Synced: 2024-09-30T02:40:59.328Z (about 1 month ago)
- Topics: c, c-network-programming, curl-library, libcurl
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libcurl-example
A simple example of networking implemented in C using the libcurl library. Data is retrieved and printed on screen from the website http://www.brainjar.com/java/host/test.html as a simple HTML page example.