https://github.com/seniru/chttp
https://github.com/seniru/chttp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seniru/chttp
- Owner: Seniru
- Created: 2024-01-21T17:03:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T17:08:58.000Z (over 1 year ago)
- Last Synced: 2025-01-14T23:53:35.419Z (5 months 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