Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages