summaryrefslogtreecommitdiffstats
path: root/src/web/api/http_header.h
blob: 15d14d7f1508c1793b9fd91f7b98998c770692c9 (plain)
1
2
3
4
5
6
7
8
9
10
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