tomMoulard / htransformation

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

feat: add handler interface that handlers must implement #74

Closed tomMoulard closed 5 months ago

tomMoulard commented 5 months ago

This PR enforce that handlers must implement the Handler interface for better consistency.

Please note that this PR also contains a small bug fix where the go YAML structtag for SetOnResponse was set to SetOnRequest.