Cookie ?
I think there has been a problem merging https://github.com/Corvusoft/restbed/pull/309 and was then forget to add an out of the box support to cookie.
There is no direct cookie support in this implementation. But you still have access to the cookies in the header.
session->get_request()->get_header("Cookie")
You then obtain a string containing the serialized key/value pairs
Hi @Jahrenski thank you for the information, I was already using this method to access it, would you accept a merge request if I provide a (hopefully) compliant cookie parser function method that will return a std::mapstd::string,std::string ? I will try to mimic how other function already behave
That would be up to Corvusoft to decide, I'm but a user. Good luck.