SolidJSS
SolidJSโ€ข3y agoโ€ข
2 replies
Samual ๐Ÿฆข

use server get cookie

hi
I'm currently migrating a project from solid-start@0.3.10 to @solidjs/start@0.4.5 which means I'm converting server$() functions into async "use server" functions.
I used to use server$.request.headers.get("cookie") to get cookies.
just wondering what the modern equivalent of that is.
thanks.
Was this page helpful?