Skip to content

HTTP Protocol Implementation using UNIX sockets to be used to in a simple web client that communicates with a web server.

License

Notifications You must be signed in to change notification settings

AmrHendy/http-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Client Server

In this project, we will show how to implement HTTP Protocol using UNIX sockets to be used to implement a simple web client that communicates with a web server using a restricted subset of HTTP.

Features

  • POST Request
  • GET Request
  • Persistent Connections (Supporting HTTP 1.1)
  • Pipelining GET Requests
  • Supporting all file types (HTML, TXT, Images, Videos)
  • Testing with real browsers

Prerequisite installed

  • C++11 or higher compiler.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

HTTP Protocol Implementation using UNIX sockets to be used to in a simple web client that communicates with a web server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published