function clear_cookie
C++
void clear_cookie(std::string_view name, std::string_view path = "/", std::string_view domain = {})
Remove a cookie on the client side by setting Max-Age=0.
include/nprpc/http_auth.hpp:70
C++
void clear_cookie(std::string_view name, std::string_view path = "/", std::string_view domain = {})
Remove a cookie on the client side by setting Max-Age=0.
include/nprpc/http_auth.hpp:70