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