tomMoulard / htransformation

A Traefik plugin to change on the fly header's value of a request
MIT License
77 stars 13 forks source link

value conversion functions lower/upper casing #55

Open hargut opened 8 months ago

hargut commented 8 months ago

Hi,

we are currently trying to convert header values within some traefik route to lower case and have found this plugin. The features within the plugin are nice and flexible, but still do not support our use-case.

It would be helpful to as well have the option to convert a header value to lower/upper case within the middleware.

Thank you for your consideration.

Kind regards, Harald

tomMoulard commented 8 months ago

Indeed, adding a string manipulation rule would be awesome! This could be modular to englob feature requests like #54

hargut commented 8 months ago

54 looks to be a cross-header requirement with a regex replace combination.

Would also be great to have support for that. :+1: