[core] __attribute__((fallthrough)) for GCC 7.0
[lighttpd.git] / src / request.h
blobe178f643c6e65212702dcd8ae1b38ec652115cb7
1 #ifndef _REQUEST_H_
2 #define _REQUEST_H_
3 #include "first.h"
5 #include "base_decls.h"
6 #include "buffer.h"
8 int http_request_parse(server *srv, connection *con, buffer *hdrs);
9 int http_request_host_normalize(buffer *b, int scheme_port);
10 int http_request_host_policy(connection *con, buffer *b, const buffer *scheme);
12 #endif