Skip to content

Ugly http server. Only for testing and learning purposes, although it is fully functional

License

Notifications You must be signed in to change notification settings

Heroiu-Justinian/http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

HTTP server written in C++

Simple and featureless http server written in C++. Testing purposes only, it was not made with anything production-related in mind. It has a very little HTTPS request parser.

Usage

Simply compile with g++ server.cpp and run. It accepts concurrent connections. Here is the output of running oha https://localhost:4221 :

Screenshot from 2024-03-20 15-49-10

TODO

  • Identify cause of lower success rate in some cases
  • Handle files
  • Organize code in files

About

Ugly http server. Only for testing and learning purposes, although it is fully functional

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages