Tiny Curl is an HTTP client for Linux, Windows, and Mac OS X written in C. (under development)
Roadmap for the version 0.0.1:
- GET requests only
- Basic header support
- URL parsing
- HTTP/1.1 support
- Synchronous operations
- Response status code handling
- Response header parsing
- Basic error handling
- Support for common response codes (200, 301, 302, 404, 500)
- Support for plain text and basic content types