Skip to content
forked from rohitg15/httpsys

Simple Multi-threaded web server using http.sys

License

Notifications You must be signed in to change notification settings

killvxk/httpsys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpsys

A simple multi-threaded http(s) web server developed using http.sys. It uses c++ std::thread for multi-threading, and windows http.sys to setup a web server hook to listen for incoming http(s) calls. To enable https a certificate must be bound to the ip:port using

netsh http add sslcert ipport=0.0.0.0:8080 certhash= appid={00112233-4455-6677-8899-AABBCCDDEEFF}

About

Simple Multi-threaded web server using http.sys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.3%
  • CMake 7.7%