summaryrefslogtreecommitdiffhomepage
path: root/http.h
blob: 229d48ec80d1ec4471c009b2c5f2d13db73968f9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "config.h"

namespace HTTP {

int server(Config& config);

} // namespace HTTP