index
:
webserver.git
master
Reichwein.IT Webserver
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
https.h
blob: 3621f33a1482367bc10f43c9ebe808282b79b87b (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once #include "config.h" namespace HTTPS { int server(Config& config); }