https://github.com/seniru/chttp
https://github.com/seniru/chttp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/seniru/chttp
- Owner: Seniru
- Created: 2024-01-21T17:03:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T17:08:58.000Z (over 2 years ago)
- Last Synced: 2025-03-04T16:38:22.846Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chttp
Simple HTTP library for C
This is a hobby project I did to get myself familiar with C pointers.
The library is basic and does not have extensive features.
Features:
- Create requests (with headers)
- Get responses (with headers as a mapping)
Feel free use, modify this code if you find this useful.
Known bugs:
- Don't respond well to weird headers