how to extract CookieJar
using leptos's extract()
?
#3835
Replies: 1 comment 1 reply
-
You can use a turbofish in the call to extract: let jar = extract::<CookieJar>().await? If you need to modify/set cookies in the jar inside a leptos server function, you can get |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to extract
CookieJar
using leptos'sextract()
?Beta Was this translation helpful? Give feedback.
All reactions