reproxy/app
Alexey Nesterov 184d5ba87c Support regex in host / server
Main consideration is backward compatibility. example.com should be treated as an exact
match, where possible. So current order is: exact host, regex host, * or "".

Regex matches are cached for better performance, cache is invalidated once mappings are refreshed.
2021-11-04 12:00:17 -05:00
..
discovery Support regex in host / server 2021-11-04 12:00:17 -05:00
mgmt add ability to drop incoming headers #108 2021-09-11 14:38:56 -05:00
plugin add OverrideHeadersIn and OverrideHeadersOut support 2021-09-07 01:53:54 -05:00
proxy add ability to drop incoming headers #108 2021-09-11 14:38:56 -05:00
main_test.go drop leading and trailing dbl-quotes from the headers #100 2021-07-08 16:27:42 -05:00
main.go add ability to drop incoming headers #108 2021-09-11 14:38:56 -05:00