Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages