blob: 7db47d19806e962773ec626ad4c05416d3b55c98 [file] [log] [blame]
Tim Duesterhusdbd25c32021-04-15 21:45:55 +02001/*
2 * HTTP request URI normalization.
3 *
4 * Copyright 2021 Tim Duesterhus <tim@bastelstu.be>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
13#include <haproxy/api.h>
14#include <haproxy/uri_normalizer.h>
15
16/*
17 * Local variables:
18 * c-indent-level: 8
19 * c-basic-offset: 8
20 * End:
21 */