crow
crow copied to clipboard
set cookie with json response
Hello, how can i return a json response to the client and also add a header with Set-Cookie?
Did you try to do something similar as in https://github.com/ipkn/crow/blob/49edf898a5b9a39a0d69072cc2434c4f23692908/examples/example_chat.cpp#L51 and add res.add_header("Set-Cookie", "")
?