https://github.com/soywod/c-request
A simple HTTP request parser written in C
https://github.com/soywod/c-request
Last synced: 8 months ago
JSON representation
A simple HTTP request parser written in C
- Host: GitHub
- URL: https://github.com/soywod/c-request
- Owner: soywod
- Created: 2016-11-02T14:04:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T17:43:30.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T22:29:08.923Z (10 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure C key-value array
Simple and fast key-value array written in C. Values can be any kind of type: strings, integers, functions ... See [example.c](https://github.com/soywod/c-map/blob/master/example.c) to get a complete usage example.