You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: