haproxy/include/haproxy/uri_normalizer.h
Tim Duesterhus dbd25c34de MINOR: uri_normalizer: Add uri_normalizer module
This is in preparation for future patches.
2021-04-19 09:05:57 +02:00

25 lines
580 B
C

/*
* include/haproxy/uri_normalizer.h
* 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.
*
*/
#ifndef _HAPROXY_URI_NORMALIZER_H
#define _HAPROXY_URI_NORMALIZER_H
#endif /* _HAPROXY_URI_NORMALIZER_H */
/*
* Local variables:
* c-indent-level: 8
* c-basic-offset: 8
* End:
*/