Skip to content

rohitg15/httpsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

 
 
 

Contributors