This project implements a simple HTTP client using sockets in C.
- Supports GET requests
- Supports POST requests
- URL parsing
- Parameter handling
- TCP socket communication
The program builds HTTP requests and sends them to a server using sockets, then prints the server response.
gcc client.c -o client