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

https://github.com/seniru/chttp


https://github.com/seniru/chttp

Last synced: 3 months ago
JSON representation

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