/*
- * include/common/h1.h
+ * include/haproxy/h1.h
* This file contains HTTP/1 protocol definitions.
*
- * Copyright (C) 2000-2017 Willy Tarreau - w@1wt.eu
+ * Copyright (C) 2000-2020 Willy Tarreau - w@1wt.eu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _COMMON_H1_H
-#define _COMMON_H1_H
+#ifndef _HAPROXY_H1_H
+#define _HAPROXY_H1_H
+#include <import/ist.h>
#include <haproxy/api.h>
-#include <haproxy/dynbuf.h>
-#include <haproxy/intops.h>
+#include <haproxy/buf.h>
#include <haproxy/http.h>
#include <haproxy/http-hdr-t.h>
-#include <import/ist.h>
+#include <haproxy/intops.h>
/* Possible states while parsing HTTP/1 messages (request|response) */
return h1m;
}
-#endif /* _COMMON_H1_H */
+#endif /* _HAPROXY_H1_H */
#include <haproxy/buf.h>
#include <import/ist.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
int h1_parse_msg_hdrs(struct h1m *h1m, union h1_sl *h1sl, struct htx *dsthtx,
struct buffer *srcbuf, size_t ofs, size_t max);
#include <haproxy/time.h>
#include <haproxy/thread.h>
#include <haproxy/http.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <common/htx.h>
#include <types/global.h>
#include <ctype.h>
#include <haproxy/api.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <haproxy/http-hdr.h>
#include <proto/channel.h>
#include <haproxy/api.h>
#include <common/cfgparse.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <haproxy/http.h>
#include <common/htx.h>
#include <haproxy/thread.h>
#include <haproxy/regex.h>
#include <haproxy/xref.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <common/standard.h>
#include <types/cli.h>
#include <haproxy/api.h>
#include <haproxy/base64.h>
#include <haproxy/chunk.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <haproxy/http.h>
#include <common/htx.h>
#include <haproxy/pool.h>
#include <types/global.h>
#include <common/cfgparse.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <haproxy/http.h>
#include <common/htx.h>
#include <haproxy/api.h>
#include <common/cfgparse.h>
#include <common/fcgi.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <common/htx.h>
#include <import/ist.h>
#include <haproxy/list.h>
#include <haproxy/api.h>
#include <haproxy/istbuf.h>
#include <common/cfgparse.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <common/h2.h>
#include <common/htx.h>
#include <haproxy/api.h>
#include <haproxy/istbuf.h>
#include <common/cfgparse.h>
-#include <common/h1.h>
+#include <haproxy/h1.h>
#include <common/h2.h>
#include <common/hpack-dec.h>
#include <common/hpack-enc.h>