tamasfe / aide

An API documentation library
Apache License 2.0
417 stars 70 forks source link

No way of transforming request headers #149

Open Zhincore opened 1 month ago

Zhincore commented 1 month ago

Hey, I'm using the axum integration and I would like to add custom headers documentation in a get_with function, but that seems to be overly difficult at the moment (I see a way by using .inner() but creating a Header struct needs a lot of input from me). Am I missing something or is it a planned feature?

Thanks