summaryrefslogtreecommitdiffstats
path: root/src/web/api/http_header.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/api/http_header.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/web/api/http_header.h b/src/web/api/http_header.h
new file mode 100644
index 000000000..15d14d7f1
--- /dev/null
+++ b/src/web/api/http_header.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef NETDATA_HTTP_HEADER_H
+#define NETDATA_HTTP_HEADER_H
+
+#include "web_api.h"
+
+struct web_client;
+char *http_header_parse_line(struct web_client *w, char *s);
+
+#endif //NETDATA_HTTP_HEADER_H