Skip to content

demadabbagh/http-client-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HTTP Client Project (C)

This project implements a simple HTTP client using sockets in C.

Features

  • Supports GET requests
  • Supports POST requests
  • URL parsing
  • Parameter handling
  • TCP socket communication

Description

The program builds HTTP requests and sends them to a server using sockets, then prints the server response.

How to Compile

gcc client.c -o client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages