Skip to content

Minimal implementation of an HTTP server to practice C++

Notifications You must be signed in to change notification settings

fdellekart/cpp_http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ HTTP Server

This small server is a side project of mine to learn C++.

It implements a server class which listens on a TCP port and handles incoming connections.

An extensible interface for adding routes allows to register various types of routes via server.register_route .

About

Minimal implementation of an HTTP server to practice C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published