blob: 7db47d19806e962773ec626ad4c05416d3b55c98 [file] [log] [blame]
/*
* HTTP request URI normalization.
*
* Copyright 2021 Tim Duesterhus <tim@bastelstu.be>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
*/
#include <haproxy/api.h>
#include <haproxy/uri_normalizer.h>
/*
* Local variables:
* c-indent-level: 8
* c-basic-offset: 8
* End:
*/