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?
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 aHeader
struct needs a lot of input from me). Am I missing something or is it a planned feature?Thanks