在github上问作者,如何使用cookie,作者回复是,leptus是基于restful的框架,对于cookie和session的支持,建议转换为cowboy用,以下是转换方式
leptus_req:get_req(Req) -> cowboy_req:req() leptus_req:set_req(Req, CowboyReq) -> ok
时间: 2024-10-09 19:12:16
在github上问作者,如何使用cookie,作者回复是,leptus是基于restful的框架,对于cookie和session的支持,建议转换为cowboy用,以下是转换方式
leptus_req:get_req(Req) -> cowboy_req:req() leptus_req:set_req(Req, CowboyReq) -> ok