-
SummaryI couldn't find and example how to get CookieJar in the handler. Is it enough to just have axum version7.5 |
Beta Was this translation helpful? Give feedback.
Answered by
mladedav
Mar 10, 2025
Replies: 1 comment 1 reply
-
Did you try using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sergeda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you try using the
CookieJar
as an extractor? Did it compile?