Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 604 Bytes

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