[httpd] Make http modules agnostic to evhttp

This commit is contained in:
ejurgensen
2022-12-21 19:11:03 +01:00
parent 4ae73fa9b4
commit 74f1b93b42
15 changed files with 2152 additions and 1399 deletions

View File

@@ -52,6 +52,8 @@
#include <arpa/inet.h>
#include <ifaddrs.h> // getifaddrs
#include <event2/http.h> // evhttp_bind
#include <unistr.h>
#include <uniconv.h>