summaryrefslogtreecommitdiffhomepage
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);

}