How can I use the PrivateCookieJar in a FromRequest implementation? #1055
-
I want to access the private cookies in a FromRequest implementation but I have difficulties getting a PrivateCookieJar there to do so. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
"I have difficulties" is not really a useful issue description. Can you please show a snippet of the code you have tried, and explain what behavior you observed (compilation error / runtime error / silent misbehavior)? |
Beta Was this translation helpful? Give feedback.
-
You mean something like this https://docs.rs/axum/latest/axum/extract/index.html#accessing-other-extractors-in-fromrequest-implementations? |
Beta Was this translation helpful? Give feedback.
You mean something like this https://docs.rs/axum/latest/axum/extract/index.html#accessing-other-extractors-in-fromrequest-implementations?